Hydrus Server on windows should show the console

This commit is contained in:
suika 2021-05-29 22:52:39 +02:00
parent cc9755c772
commit 2c3605cef5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ exe = EXE(pyz,
bootloader_ignore_signals=False,
strip=False,
upx=False,
console=False,
console=True,
icon='hydrus\\static\\hydrus.ico' )
coll = COLLECT(exe,
a.binaries,