Skip to content

Commit

Permalink
fix: 🐛 remove explicit libssl import
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed Aug 8, 2023
1 parent 755d9e2 commit 5400239
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file removed libcrypto-1_1-x64.dll
Binary file not shown.
Binary file removed libssl-1_1-x64.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"deploy-win": "electron-builder build --win --publish always",
"deploy-mac": "electron-builder build --mac --publish always",
"deploy-linux": "electron-builder build --linux --publish always",
"python-onefile-build": "python -m PyInstaller --add-data \"libcrypto-1_1-x64.dll;.\" --add-data \"libssl-1_1-x64.dll;.\" --onefile --clean ./pyflask/app.py --distpath ./pyflaskdist",
"python-onefile-build": "python -m PyInstaller --onefile --clean ./pyflask/app.py --distpath ./pyflaskdist",
"postinstall": "electron-builder install-app-deps",
"format": "prettier --ignore-path .gitignore --ignore-path .prettierignore \"./**/*.+(html|css|js|md|yml)\" --write",
"commit": "cz",
Expand Down
Binary file removed pyflask/libcrypto-1_1-x64.dll
Binary file not shown.
Binary file removed pyflask/libssl-1_1-x64.dll
Binary file not shown.

0 comments on commit 5400239

Please sign in to comment.