Update entrypoint.sh

This commit is contained in:
2025-09-26 00:18:58 +03:00
parent 10c4c26423
commit b79736ab4e

View File

@@ -51,7 +51,7 @@ fi # [ -f $5 ]
./install.sh ./install.sh
. ~/.ve-fw/bin/activate . ~/.ve-fw/bin/activate
. sys/export.sh . sys/export.sh
pyinstaller fw.py -F y --dist ./dist/windows --workpath /tmp pyinstaller fw.py -F -y --dist ./dist/windows --workpath /tmp
# pyinstaller --clean -F -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