commit 62f2095faa0c285118ce7d3fad22b675d4b2af5c
parent f1d170cbc9168d720faa77feb67857fa578aea1f
Author: ThomasV <thomasv@electrum.org>
Date: Wed, 24 Feb 2016 19:06:13 +0100
fix paths for windows builder
Diffstat:
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -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