hide terminal window on Windows

This commit is contained in:
Fredrick W. Warren 2022-05-31 08:35:31 -07:00
parent 2a0110fe34
commit d790f56785

2
hcatitles.spec Normal file → Executable file
View File

@ -39,7 +39,7 @@ exe = EXE(
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=True,
console=False,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,