Browse Source

keepkey: use v0.7.3 in windows binaries

283 2.7.0
ThomasV 8 years ago
parent
commit
7bbfe4d9c7
  1. 1
      contrib/build-wine/prepare-hw.sh

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

@ -67,6 +67,7 @@ cd ..
if [ -d "keepkey-git" ]; then
cd keepkey-git
git pull
git checkout v0.7.3
cd ..
else
git clone -b $BRANCH $KEEPKEY_GIT_URL keepkey-git

Loading…
Cancel
Save