URI: 
       twindows: disable console - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 1a8de2b02ad978c0e394d09a9a1f3ed71af53f94
   DIR parent 2774126db6c258807d95921936eb13af07047d97
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Thu,  2 Nov 2017 09:33:21 +0100
       
       windows: disable console
       
       Diffstat:
         M contrib/build-wine/deterministic.s… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/contrib/build-wine/deterministic.spec b/contrib/build-wine/deterministic.spec
       t@@ -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,