diff --git a/entrypoint.sh b/entrypoint.sh index 150a784..4261934 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -48,7 +48,11 @@ fi # [ -f $5 ] # 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 # else # sh -c "$@"