mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
windows: disable console
This commit is contained in:
parent
2774126db6
commit
1a8de2b02a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue