windows: disable console

This commit is contained in:
ThomasV 2017-11-02 09:33:21 +01:00
parent 2774126db6
commit 1a8de2b02a
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ exe = EXE(pyz,
strip=None,
upx=False,
icon=home+'icons/electrum.ico',
console=True)
console=False)
# The console True makes an annoying black box pop up, but it does make Electrum output command line commands, with this turned off no output will be given but commands can still be used
coll = COLLECT(exe,