fix paths for windows builder

This commit is contained in:
ThomasV 2016-02-24 19:06:13 +01:00
parent f1d170cbc9
commit 62f2095faa
4 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

@ -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