Update entrypoint.sh

This commit is contained in:
2025-09-26 01:45:49 +03:00
parent 6b6add4b12
commit dedb36637a

View File

@@ -49,11 +49,11 @@ fi # [ -f $5 ]
# if [[ "$@" == "" ]]; then
./install.sh
. ~/.ve-fw/bin/activate
. ~/.ve-fw/Scripts/activate
. sys/export.sh
pyinstaller --clean -y
rd /s /q build
rd /s /q __pycache__
# rd /s /q build
# rd /s /q __pycache__
pyinstaller --onefile fw.py --distpath ./dist/windows --workpath /tmp
# rm fw.spec