From efadffa1615c584b686efed700cbeb86fcec2f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=BE=D0=BC=D0=B0=D0=BD=20=D0=90=D0=BD=D0=B8=D0=BA?= =?UTF-8?q?=D0=B5=D0=B5=D0=B2?= Date: Fri, 26 Sep 2025 02:30:42 +0300 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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