From dedb36637a33b3fa649af7748893fbe37e7e158e 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 01:45:49 +0300 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index bdd7619..b0de91f 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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