Browse Source

add version parameter to windows script

master
ThomasV 10 years ago
parent
commit
0e0118bd59
  1. 1
      contrib/build-wine/build-electrum-git.sh

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

@ -24,6 +24,7 @@ if [ -d "electrum-git" ]; then
echo "Pull" echo "Pull"
cd electrum-git cd electrum-git
git pull git pull
git checkout $1
cd .. cd ..
else else
# GIT repository not found, clone it # GIT repository not found, clone it

Loading…
Cancel
Save