Johann Bauer
7 years ago
No known key found for this signature in database
GPG Key ID: 84F1BF925B1F484D
1 changed files with
0 additions and
5 deletions
-
contrib/build-wine/build-electrum-git.sh
|
|
@ -57,11 +57,6 @@ cp electrum-icons/icons_rc.py $WINEPREFIX/drive_c/electrum/gui/qt/ |
|
|
|
# Install frozen dependencies |
|
|
|
$PYTHON -m pip install -r ../../deterministic-build/requirements.txt |
|
|
|
|
|
|
|
# Workaround until they upload binary wheels themselves: |
|
|
|
wget 'https://ci.appveyor.com/api/buildjobs/bwr3yfghdemoryy8/artifacts/dist%2Fpyblake2-1.1.0-cp35-cp35m-win32.whl' -O pyblake2-1.1.0-cp35-cp35m-win32.whl |
|
|
|
$PYTHON -m pip install ./pyblake2-1.1.0-cp35-cp35m-win32.whl |
|
|
|
|
|
|
|
|
|
|
|
$PYTHON -m pip install -r ../../deterministic-build/requirements-hw.txt |
|
|
|
|
|
|
|
pushd $WINEPREFIX/drive_c/electrum |
|
|
|