Update entrypoint.sh

This commit is contained in:
2025-09-26 00:48:33 +03:00
parent 053f8af371
commit 6b6add4b12

View File

@@ -51,10 +51,10 @@ fi # [ -f $5 ]
./install.sh
. ~/.ve-fw/bin/activate
. sys/export.sh
# pyinstaller --clean -y
# rd /s /q build
# rd /s /q __pycache__
pyinstaller --clean -F --onefile fw.py --distpath ./dist/windows --workpath /tmp
pyinstaller --clean -y
rd /s /q build
rd /s /q __pycache__
pyinstaller --onefile fw.py --distpath ./dist/windows --workpath /tmp
# rm fw.spec
# pyinstaller --onefile fw.py --distpath ./dist/windows --workpath /tmp