Browse Source

minor update for build-wine

2.9.x
ThomasV 8 years ago
parent
commit
49398643e6
  1. 2
      contrib/build-wine/build-electrum-git.sh

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

@ -23,8 +23,8 @@ if [ -d "electrum-git" ]; then
# GIT repository found, update it
echo "Pull"
cd electrum-git
git checkout master
git pull
git checkout $BRANCH
cd ..
else
# GIT repository not found, clone it

Loading…
Cancel
Save