Skip to content

Commit

Permalink
Merge pull request #345 from Stremio/fix-mac-libcrypto
Browse files Browse the repository at this point in the history
Use libcrypto from previous version for compatabiliy reasons
  • Loading branch information
core1024 committed Jun 6, 2023
2 parents 074abd1 + 62749f6 commit 306892d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/shell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
- name: Fix dependencies
run: |
cp ./deps/lib/* ./build/stremio.app/Contents/Frameworks
cp ./mac/libcrypto.3.dylib ./build/stremio.app/Contents/Frameworks
- name: Testdrive
run: ( $DEST_DIR/stremio & sleep 10 && STREMIO_PID=$! && kill $STREMIO_PID )
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*.lai
*.so
./*.dll
*.dylib
./*.dylib
*.deb
*.rpm

Expand Down
Binary file added mac/libcrypto.3.dylib
Binary file not shown.

0 comments on commit 306892d

Please sign in to comment.