Browse Source

fix paths for windows builder

283
ThomasV 9 years ago
parent
commit
62f2095faa
  1. 2
      contrib/build-wine/build-electrum-git.sh
  2. 10
      contrib/build-wine/deterministic.spec
  3. 2
      contrib/build-wine/prepare-hw.sh
  4. 2
      contrib/build-wine/prepare-wine.sh

2
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"

10
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'],

2
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 "

2
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

Loading…
Cancel
Save