From c64c64659a9f2f2cfc62d3e4835d0829fcb1d7cc 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 00:43:49 +0300 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index a5bd564..dc68e08 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -51,6 +51,7 @@ fi # [ -f $5 ] ./install.sh . ~/.ve-fw/bin/activate . sys/export.sh +rm fw.spec pyinstaller --onefile fw.py --distpath ./dist/windows --workpath /tmp # pyinstaller --clean -F -y --dist ./dist/windows --workpath /tmp $SPEC_FILE chown -R --reference=. ./dist/windows