diff --git a/contrib/build-wine/build-electrum-git.sh b/contrib/build-wine/build-electrum-git.sh index b953471b..40e53082 100755 --- a/contrib/build-wine/build-electrum-git.sh +++ b/contrib/build-wine/build-electrum-git.sh @@ -7,7 +7,7 @@ NAME_ROOT=electrum # These settings probably don't need any change -export WINEPREFIX=/opt/electrum/wine64 +export WINEPREFIX=/opt/wine64 PYHOME=c:/python27 PYTHON="wine $PYHOME/python.exe -OO -B" diff --git a/contrib/build-wine/deterministic.spec b/contrib/build-wine/deterministic.spec index 6dc8d0cd..a3e8300c 100644 --- a/contrib/build-wine/deterministic.spec +++ b/contrib/build-wine/deterministic.spec @@ -12,11 +12,11 @@ a = Analysis([home+'electrum', home+'lib/bitcoin.py', home+'lib/dnssec.py', home+'lib/commands.py', - home+'plugins/cosigner_pool.py', - home+'plugins/email_requests.py', - home+'plugins/trezor.py', - home+'plugins/keepkey.py', - home+'plugins/btchipwallet.py', + home+'plugins/cosigner_pool/qt.py', + home+'plugins/email_requests/qt.py', + home+'plugins/trezor/qt.py', + home+'plugins/keepkey/qt.py', + home+'plugins/ledger/qt.py', home+'packages/requests/utils.py' ], pathex=[home+'lib', home+'gui', home+'plugins', home+'packages'], diff --git a/contrib/build-wine/prepare-hw.sh b/contrib/build-wine/prepare-hw.sh index 7c0a45b3..db474211 100755 --- a/contrib/build-wine/prepare-hw.sh +++ b/contrib/build-wine/prepare-hw.sh @@ -7,7 +7,7 @@ BTCHIP_GIT_URL=git://github.com/LedgerHQ/btchip-python.git BRANCH=master # These settings probably don't need any change -export WINEPREFIX=/opt/electrum/wine64 +export WINEPREFIX=/opt/wine64 PYHOME=c:/python27 PYTHON="wine $PYHOME/python.exe " diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh index 39369821..e6349754 100755 --- a/contrib/build-wine/prepare-wine.sh +++ b/contrib/build-wine/prepare-wine.sh @@ -10,7 +10,7 @@ SETUPTOOLS_URL=https://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c ## These settings probably don't need change -export WINEPREFIX=/opt/electrum/wine64 +export WINEPREFIX=/opt/wine64 #export WINEARCH='win32' PYHOME=c:/python27