Skip to content

Commit

Permalink
chore: spwna builds for win in branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Oct 22, 2024
1 parent 33b7c9d commit ee63fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/Build-and-deploy-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
- staging
- pre-staging
- folder-build

jobs:
deploy-on-windows:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"python-onefile-build-unix": "python -m PyInstaller --onefile --clean ./src/pyflask/app.py --additional-hooks-dir=./hooks/hook-backports.py --distpath ./pyflaskdist",
"python-folder-build-unix": "python -m PyInstaller --onedir --clean ./src/pyflask/app.py --additional-hooks-dir=./hooks/hook-backports.py --distpath ./pyflaskdist",
"python-folder-build-win": "python -m PyInstaller --onedir --add-data ./src/pyflask/libcrypto-1_1-x64.dll;. --add-data ./src/pyflask/libssl-1_1-x64.dll;. --additional-hooks-dir=./hooks/hook-backports.py;. --clean ./src/pyflask/app.py --distpath ./pyflaskdist",
"deploy-win": "npm run python-onefile-build-win && npm run build && electron-builder --win --config --publish always",
"deploy-win": "npm run python-folder-build-win && npm run build && electron-builder --win --config --publish always",
"deploy-linux": "npm run python-folder-build-unix && npm run build && electron-builder --linux --config --publish always",
"deploy-mac": "npm run python-folder-build-unix && npm run build && electron-builder --mac --config --publish always"
},
Expand Down

0 comments on commit ee63fea

Please sign in to comment.