Update entrypoint.sh

This commit is contained in:
2025-09-26 00:13:28 +03:00
parent bf937651f1
commit 10c4c26423

View File

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