electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 1a8de2b02ad978c0e394d09a9a1f3ed71af53f94
parent 2774126db6c258807d95921936eb13af07047d97
Author: ThomasV <thomasv@electrum.org>
Date:   Thu,  2 Nov 2017 09:33:21 +0100

windows: disable console

Diffstat:
Mcontrib/build-wine/deterministic.spec | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/build-wine/deterministic.spec b/contrib/build-wine/deterministic.spec @@ -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,