File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7
7
- main
8
8
- staging
9
9
- pre-staging
10
+ - folder-build
10
11
11
12
jobs :
12
13
deploy-on-linux :
Original file line number Diff line number Diff line change 25
25
"python-onefile-build-unix" : " python -m PyInstaller --onefile --clean ./src/pyflask/app.py --additional-hooks-dir=./hooks/hook-backports.py --distpath ./pyflaskdist" ,
26
26
"python-folder-build-unix" : " python -m PyInstaller --onedir --clean ./src/pyflask/app.py --additional-hooks-dir=./hooks/hook-backports.py --distpath ./pyflaskdist" ,
27
27
"deploy-win" : " npm run python-onefile-build-win && npm run build && electron-builder --win --config --publish always" ,
28
- "deploy-linux" : " npm run python-onefile -build-unix && npm run build && electron-builder --linux --config --publish always" ,
28
+ "deploy-linux" : " npm run python-folder -build-unix && npm run build && electron-builder --linux --config --publish always" ,
29
29
"deploy-mac" : " npm run python-folder-build-unix && npm run build && electron-builder --mac --config --publish always"
30
30
},
31
31
"dependencies" : {
You can’t perform that action at this time.
0 commit comments