Skip to content

Commit ee63fea

Browse files
committed
chore: spwna builds for win in branch
1 parent 33b7c9d commit ee63fea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Build-and-deploy-win.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main
88
- staging
99
- pre-staging
10+
- folder-build
1011

1112
jobs:
1213
deploy-on-windows:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"python-onefile-build-unix": "python -m PyInstaller --onefile --clean ./src/pyflask/app.py --additional-hooks-dir=./hooks/hook-backports.py --distpath ./pyflaskdist",
2626
"python-folder-build-unix": "python -m PyInstaller --onedir --clean ./src/pyflask/app.py --additional-hooks-dir=./hooks/hook-backports.py --distpath ./pyflaskdist",
2727
"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",
28-
"deploy-win": "npm run python-onefile-build-win && npm run build && electron-builder --win --config --publish always",
28+
"deploy-win": "npm run python-folder-build-win && npm run build && electron-builder --win --config --publish always",
2929
"deploy-linux": "npm run python-folder-build-unix && npm run build && electron-builder --linux --config --publish always",
3030
"deploy-mac": "npm run python-folder-build-unix && npm run build && electron-builder --mac --config --publish always"
3131
},

0 commit comments

Comments
 (0)