Browse Source

windows: disable console

3.0.x
ThomasV 7 years ago
parent
commit
1a8de2b02a
  1. 2
      contrib/build-wine/deterministic.spec

2
contrib/build-wine/deterministic.spec

@ -71,7 +71,7 @@ exe = EXE(pyz,
strip=None, strip=None,
upx=False, upx=False,
icon=home+'icons/electrum.ico', 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 # 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, coll = COLLECT(exe,

Loading…
Cancel
Save