Update entrypoint.sh

This commit is contained in:
2025-09-26 00:24:23 +03:00
parent b79736ab4e
commit b7edcdebb0

View File

@@ -51,7 +51,7 @@ fi # [ -f $5 ]
./install.sh
. ~/.ve-fw/bin/activate
. sys/export.sh
pyinstaller fw.py -F -y --dist ./dist/windows --workpath /tmp
pyinstaller fw.py -F -y --distpath ./dist/windows --workpath /tmp
# pyinstaller --clean -F -y --dist ./dist/windows --workpath /tmp $SPEC_FILE
chown -R --reference=. ./dist/windows
# else