Pyinstaller 5.0+ build fix
This commit is contained in:
@@ -22,7 +22,6 @@ if os.path.isdir("build") and not sys.platform.find("mac") and not sys.platform.
|
|||||||
subprocess.run(" ".join([f"pyinstaller {SPEC_FILE} ",
|
subprocess.run(" ".join([f"pyinstaller {SPEC_FILE} ",
|
||||||
upx_string,
|
upx_string,
|
||||||
"-y ",
|
"-y ",
|
||||||
"--onefile ",
|
|
||||||
f"--distpath {DEST_DIRECTORY} ",
|
f"--distpath {DEST_DIRECTORY} ",
|
||||||
]),
|
]),
|
||||||
shell=True)
|
shell=True)
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ if os.path.isdir("build") and not sys.platform.find("mac") and not sys.platform.
|
|||||||
subprocess.run(" ".join([f"pyinstaller {SPEC_FILE} ",
|
subprocess.run(" ".join([f"pyinstaller {SPEC_FILE} ",
|
||||||
upx_string,
|
upx_string,
|
||||||
"-y ",
|
"-y ",
|
||||||
"--onefile ",
|
|
||||||
f"--distpath {DEST_DIRECTORY} ",
|
f"--distpath {DEST_DIRECTORY} ",
|
||||||
]),
|
]),
|
||||||
shell=True)
|
shell=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user