Update entrypoint.sh

This commit is contained in:
2025-09-25 22:20:26 +03:00
parent 6736e82336
commit bf937651f1

View File

@@ -48,7 +48,7 @@ fi # [ -f $5 ]
# if [[ "$@" == "" ]]; then # 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 chown -R --reference=. ./dist/windows
# else # else
# sh -c "$@" # sh -c "$@"