File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 23
23
"build:linux" : " npm run build && electron-builder --linux --config" ,
24
24
"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" ,
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
+ "python-folder-build-unix" : " python -m PyInstaller --onedir --clean ./src/pyflask/app.py --additional-hooks-dir=./hooks/hook-backports.py --distpath ./pyflaskdist" ,
26
27
"deploy-win" : " npm run python-onefile-build-win && npm run build && electron-builder --win --config --publish always" ,
27
28
"deploy-linux" : " npm run python-onefile-build-unix && npm run build && electron-builder --linux --config --publish always" ,
28
29
"deploy-mac" : " npm run python-onefile-build-unix && npm run build && electron-builder --mac --config --publish always"
You can’t perform that action at this time.
0 commit comments