diff --git a/entrypoint.sh b/entrypoint.sh index bdd7619..b0de91f 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -49,11 +49,11 @@ fi # [ -f $5 ] # if [[ "$@" == "" ]]; then ./install.sh -. ~/.ve-fw/bin/activate +. ~/.ve-fw/Scripts/activate . sys/export.sh pyinstaller --clean -y -rd /s /q build -rd /s /q __pycache__ +# rd /s /q build +# rd /s /q __pycache__ pyinstaller --onefile fw.py --distpath ./dist/windows --workpath /tmp # rm fw.spec