Skip to content

Commit

Permalink
fix: change build script
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Oct 21, 2024
1 parent fbba4d2 commit 2fb8a62
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 @@ -26,7 +26,7 @@
"python-folder-build-unix": "python -m PyInstaller --onedir --clean ./src/pyflask/app.py --additional-hooks-dir=./hooks/hook-backports.py --distpath ./pyflaskdist",
"deploy-win": "npm run python-onefile-build-win && npm run build && electron-builder --win --config --publish always",
"deploy-linux": "npm run python-onefile-build-unix && npm run build && electron-builder --linux --config --publish always",
"deploy-mac": "npm run python-onefile-build-unix && npm run build && electron-builder --mac --config --publish always"
"deploy-mac": "npm run python-folder-build-unix && npm run build && electron-builder --mac --config --publish always"
},
"dependencies": {
"@electron-toolkit/preload": "^2.0.0",
Expand Down

0 comments on commit 2fb8a62

Please sign in to comment.