Skip to content

Commit dbf2897

Browse files
committed
Remove console from PyInstaller Windows build
1 parent 9d84e6b commit dbf2897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kasatk.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ exe = EXE(pyz,
4444
upx=True,
4545
upx_exclude=[],
4646
runtime_tmpdir=None,
47-
console=True )
47+
console=False )

0 commit comments

Comments
 (0)