Skip to content

Commit

Permalink
feat: folder build for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Oct 22, 2024
1 parent 2fb8a62 commit c8b2541
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-linux.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-linux:
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",
"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-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"
},
"dependencies": {
Expand Down

0 comments on commit c8b2541

Please sign in to comment.