Update entrypoint.sh
This commit is contained in:
@@ -51,10 +51,10 @@ fi # [ -f $5 ]
|
|||||||
./install.sh
|
./install.sh
|
||||||
. ~/.ve-fw/bin/activate
|
. ~/.ve-fw/bin/activate
|
||||||
. sys/export.sh
|
. sys/export.sh
|
||||||
# pyinstaller --clean -y
|
pyinstaller --clean -y
|
||||||
# rd /s /q build
|
rd /s /q build
|
||||||
# rd /s /q __pycache__
|
rd /s /q __pycache__
|
||||||
pyinstaller --clean -F --onefile fw.py --distpath ./dist/windows --workpath /tmp
|
pyinstaller --onefile fw.py --distpath ./dist/windows --workpath /tmp
|
||||||
|
|
||||||
# rm fw.spec
|
# rm fw.spec
|
||||||
# pyinstaller --onefile fw.py --distpath ./dist/windows --workpath /tmp
|
# pyinstaller --onefile fw.py --distpath ./dist/windows --workpath /tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user