diff --git a/entrypoint.sh b/entrypoint.sh index a5bd564..dc68e08 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -51,6 +51,7 @@ fi # [ -f $5 ] ./install.sh . ~/.ve-fw/bin/activate . sys/export.sh +rm fw.spec pyinstaller --onefile fw.py --distpath ./dist/windows --workpath /tmp # pyinstaller --clean -F -y --dist ./dist/windows --workpath /tmp $SPEC_FILE chown -R --reference=. ./dist/windows