Skip to content

Commit

Permalink
fix: 🐛 Update path syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed Aug 8, 2023
1 parent aa22b86 commit e22eb8e
Showing 1 changed file with 1 addition and 1 deletion.
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 --onefile --add-data 'libcrypto-1_1-x64.dll:.' --add-data 'libssl-1_1-x64.dll:.' --clean ./pyflask/app.py --distpath ./pyflaskdist",
"python-onefile-build": "python -m PyInstaller --onefile --add-data libcrypto-1_1-x64.dll;. --add-data libssl-1_1-x64.dll;. --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

0 comments on commit e22eb8e

Please sign in to comment.