X-Git-Url: https://git.novaco.in/?p=electrum-nvc.git;a=blobdiff_plain;f=contrib%2Fbuild-wine%2Fdeterministic.spec;h=9369fe6bb99cc3fc23c1d6f3ca9e2b429e6d93b9;hp=330b72315b49732b2d7fc2ce04fa9abd33b75660;hb=903afd11514c14313ea7c7d8f25051d06eee0bac;hpb=49650243e27cc01941d396bcf77b8d6ddde259c1 diff --git a/contrib/build-wine/deterministic.spec b/contrib/build-wine/deterministic.spec index 330b723..9369fe6 100644 --- a/contrib/build-wine/deterministic.spec +++ b/contrib/build-wine/deterministic.spec @@ -1,9 +1,9 @@ # -*- mode: python -*- # We don't put these files in to actually include them in the script but to make the Analysis method scan them for imports -a = Analysis(['electrum', 'gui/qt/main_window.py', 'gui/qt/lite_window.py', 'gui/text.py', - 'lib/util.py', 'lib/wallet.py', 'lib/simple_config.py', - 'lib/bitcoin.py' +a = Analysis(['C:/electrum-nvc/electrum-nvc', 'C:/electrum-nvc/gui/qt/main_window.py', 'C:/electrum-nvc/gui/qt/lite_window.py', 'C:/electrum-nvc/gui/text.py', + 'C:/electrum-nvc/lib/util.py', 'C:/electrum-nvc/lib/wallet.py', 'C:/electrum-nvc/lib/simple_config.py', + 'C:/electrum-nvc/lib/bitcoin.py' ], hiddenimports=["lib","gui"], pathex=['lib:gui:plugins'], @@ -45,11 +45,11 @@ exe = EXE(pyz, a.scripts, a.binaries, a.datas, - name=os.path.join('build\\pyi.win32\\electrum', 'electrum.exe'), + name=os.path.join('build\\pyi.win32\\electrum-nvc', 'electrum-nvc.exe'), debug=False, strip=None, upx=False, - icon='icons/electrum.ico', + icon='C:/electrum-nvc/icons/electrum.ico', 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 @@ -60,6 +60,6 @@ coll = COLLECT(exe, strip=None, upx=True, debug=False, - icon='icons/electrum.ico', + icon='C:/electrum-nvc/icons/electrum.ico', console=False, - name=os.path.join('dist', 'electrum')) + name=os.path.join('dist', 'electrum-nvc'))