diff --git a/contrib/build-wine/build-electrum-git.sh b/contrib/build-wine/build-electrum-git.sh index c82eb163..f1a7a022 100755 --- a/contrib/build-wine/build-electrum-git.sh +++ b/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' {} + diff --git a/contrib/build-wine/prepare-hw.sh b/contrib/build-wine/prepare-hw.sh index 1851b7b0..c73e13fc 100755 --- a/contrib/build-wine/prepare-hw.sh +++ b/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