Skip to content

Commit c097bf7

Browse files
Disable console window when packaged with PyInstaller
1 parent 5cac698 commit c097bf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exe = EXE(pyz,
2626
bootloader_ignore_signals=False,
2727
strip=False,
2828
upx=True,
29-
console=True )
29+
console=False)
3030
coll = COLLECT(exe,
3131
a.binaries,
3232
a.zipfiles,

0 commit comments

Comments
 (0)