Skip to content

Commit b6eb350

Browse files
committed
feat: one folder build option unix
1 parent e25600b commit b6eb350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"build:linux": "npm run build && electron-builder --linux --config",
2424
"python-onefile-build-win": "python -m PyInstaller --onefile --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",
2525
"python-onefile-build-unix": "python -m PyInstaller --onefile --clean ./src/pyflask/app.py --additional-hooks-dir=./hooks/hook-backports.py --distpath ./pyflaskdist",
26+
"python-folder-build-unix": "python -m PyInstaller --onedir --clean ./src/pyflask/app.py --additional-hooks-dir=./hooks/hook-backports.py --distpath ./pyflaskdist",
2627
"deploy-win": "npm run python-onefile-build-win && npm run build && electron-builder --win --config --publish always",
2728
"deploy-linux": "npm run python-onefile-build-unix && npm run build && electron-builder --linux --config --publish always",
2829
"deploy-mac": "npm run python-onefile-build-unix && npm run build && electron-builder --mac --config --publish always"

0 commit comments

Comments
 (0)