keepkey: use v0.7.3 in windows binaries

This commit is contained in:
ThomasV 2016-10-02 18:17:13 +02:00
parent e127fe6be5
commit 7bbfe4d9c7
1 changed files with 1 additions and 0 deletions

View File

@ -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