From 1a8de2b02ad978c0e394d09a9a1f3ed71af53f94 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 2 Nov 2017 09:33:21 +0100 Subject: [PATCH] windows: disable console --- contrib/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 index ccd81a24..ba7ac2ba 100644 --- 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,