From bf937651f16a8264a50bdfc4afa8ba41c2fcbea4 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: Thu, 25 Sep 2025 22:20:26 +0300 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 63e443f..150a784 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -48,7 +48,7 @@ fi # [ -f $5 ] # if [[ "$@" == "" ]]; then -pyinstaller --clean -y --dist ./dist/windows --workpath /tmp $SPEC_FILE +pyinstaller --clean -F -y --dist ./dist/windows --workpath /tmp $SPEC_FILE chown -R --reference=. ./dist/windows # else # sh -c "$@"