Update entrypoint.sh
This commit is contained in:
@@ -56,8 +56,8 @@ fi # [ -f $5 ]
|
|||||||
# rd /s /q __pycache__
|
# rd /s /q __pycache__
|
||||||
pyinstaller --clean -F --onefile fw.py --distpath ./dist/windows --workpath /tmp
|
pyinstaller --clean -F --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
|
||||||
# pyinstaller --clean -F -y --dist ./dist/windows --workpath /tmp $SPEC_FILE
|
# pyinstaller --clean -F -y --dist ./dist/windows --workpath /tmp $SPEC_FILE
|
||||||
chown -R --reference=. ./dist/windows
|
chown -R --reference=. ./dist/windows
|
||||||
# else
|
# else
|
||||||
|
|||||||
Reference in New Issue
Block a user