diff --git a/entrypoint.sh b/entrypoint.sh index 372e71b..3f49757 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -48,10 +48,10 @@ fi # [ -f $5 ] # if [[ "$@" == "" ]]; then -pyinstaller --clean -y +# pyinstaller --clean -y # rd /s /q build # rd /s /q __pycache__ -pyinstaller --onefile fw.py --distpath ./dist/windows --workpath /tmp +pyinstaller --clean --onefile fw.py --distpath ./dist/windows --workpath /tmp # rm fw.spec # pyinstaller --onefile fw.py --distpath ./dist/windows --workpath /tmp