mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-26 23:13:25 +00:00
wine build: small clean-up in prepare-wine.sh
This commit is contained in:
parent
001b815c18
commit
2de7fd5466
1 changed files with 3 additions and 8 deletions
|
@ -55,11 +55,9 @@ for msifile in core dev exe lib pip tools; do
|
||||||
wine msiexec /i "${msifile}.msi" /qb TARGETDIR=$PYHOME
|
wine msiexec /i "${msifile}.msi" /qb TARGETDIR=$PYHOME
|
||||||
done
|
done
|
||||||
|
|
||||||
# upgrade pip
|
# Install dependencies specific to binaries
|
||||||
$PYTHON -m pip install pip --upgrade
|
# note that this also installs pinned versions of both pip and setuptools
|
||||||
|
$PYTHON -m pip install -r "$here"/../deterministic-build/requirements-binaries.txt
|
||||||
|
|
||||||
$PYTHON -m pip install -r $here/../deterministic-build/requirements-binaries.txt
|
|
||||||
|
|
||||||
# Install PyInstaller
|
# Install PyInstaller
|
||||||
$PYTHON -m pip install pyinstaller==3.4 --no-use-pep517
|
$PYTHON -m pip install pyinstaller==3.4 --no-use-pep517
|
||||||
|
@ -69,9 +67,6 @@ download_if_not_exist $ZBAR_FILENAME "$ZBAR_URL"
|
||||||
verify_hash $ZBAR_FILENAME "$ZBAR_SHA256"
|
verify_hash $ZBAR_FILENAME "$ZBAR_SHA256"
|
||||||
wine "$PWD/$ZBAR_FILENAME" /S
|
wine "$PWD/$ZBAR_FILENAME" /S
|
||||||
|
|
||||||
# Upgrade setuptools (so Electrum can be installed later)
|
|
||||||
$PYTHON -m pip install setuptools --upgrade
|
|
||||||
|
|
||||||
# Install NSIS installer
|
# Install NSIS installer
|
||||||
download_if_not_exist $NSIS_FILENAME "$NSIS_URL"
|
download_if_not_exist $NSIS_FILENAME "$NSIS_URL"
|
||||||
verify_hash $NSIS_FILENAME "$NSIS_SHA256"
|
verify_hash $NSIS_FILENAME "$NSIS_SHA256"
|
||||||
|
|
Loading…
Add table
Reference in a new issue