mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix names (follow-up previous commit)
This commit is contained in:
parent
c8818cca05
commit
1eab1385e9
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ for i in ./locale/*; do
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd electrum-git
|
pushd electrum
|
||||||
VERSION=`git describe --tags`
|
VERSION=`git describe --tags`
|
||||||
echo "Last commit: $VERSION"
|
echo "Last commit: $VERSION"
|
||||||
popd
|
popd
|
||||||
|
@ -54,7 +54,7 @@ cp -r electrum-locale/locale $WINEPREFIX/drive_c/electrum/lib/
|
||||||
cp electrum-icons/icons_rc.py $WINEPREFIX/drive_c/electrum/gui/qt/
|
cp electrum-icons/icons_rc.py $WINEPREFIX/drive_c/electrum/gui/qt/
|
||||||
|
|
||||||
# Install frozen dependencies
|
# Install frozen dependencies
|
||||||
$PYTHON -m pip install -r ../../deterministic_requirements.txt
|
$PYTHON -m pip install -r ../../requirements.txt
|
||||||
|
|
||||||
pushd $WINEPREFIX/drive_c/electrum
|
pushd $WINEPREFIX/drive_c/electrum
|
||||||
$PYTHON setup.py install
|
$PYTHON setup.py install
|
||||||
|
|
Loading…
Add table
Reference in a new issue