add version parameter to windows script
This commit is contained in:
@@ -24,6 +24,7 @@ if [ -d "electrum-git" ]; then
|
||||
echo "Pull"
|
||||
cd electrum-git
|
||||
git pull
|
||||
git checkout $1
|
||||
cd ..
|
||||
else
|
||||
# GIT repository not found, clone it
|
||||
|
||||
Reference in New Issue
Block a user