Browse Source

update hw wallet versions

3.0.x
ThomasV 7 years ago
parent
commit
79d402d3f9
  1. 1
      contrib/build-wine/build-electrum-git.sh
  2. 4
      contrib/build-wine/prepare-hw.sh

1
contrib/build-wine/build-electrum-git.sh

@ -43,6 +43,7 @@ done
popd
pushd electrum
git checkout $BRANCH
VERSION=`git describe --tags`
echo "Last commit: $VERSION"
find -exec touch -d '2000-11-11T11:11:11+00:00' {} +

4
contrib/build-wine/prepare-hw.sh

@ -23,6 +23,6 @@ cd tmp
$PYTHON -m pip install setuptools --upgrade
$PYTHON -m pip install cython --upgrade
$PYTHON -m pip install trezor==0.7.16 --upgrade
$PYTHON -m pip install keepkey==4.0.0 --upgrade
$PYTHON -m pip install btchip-python==0.1.23 --upgrade
$PYTHON -m pip install keepkey==4.0.2 --upgrade
$PYTHON -m pip install btchip-python==0.1.24 --upgrade

Loading…
Cancel
Save