Only show the console on windows (#972)
This apparently breaks builds on MacOS. Linux doesn't seem to need it either.
This commit is contained in:
parent
c0d528f4db
commit
e76ebe39f1
@ -105,7 +105,7 @@ exe = EXE(
|
|||||||
bootloader_ignore_signals=False,
|
bootloader_ignore_signals=False,
|
||||||
strip=False,
|
strip=False,
|
||||||
upx=True,
|
upx=True,
|
||||||
console=True,
|
console=os.name == "nt", # Only show the console on windows
|
||||||
icon="icon.ico",
|
icon="icon.ico",
|
||||||
)
|
)
|
||||||
coll = COLLECT(
|
coll = COLLECT(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user