summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2019-01-19 00:52:24 +0800
committerruki <[email protected]>2019-01-18 23:14:28 +0800
commit1d6190aa0a4697d11b9890a6f158ab4e91cd9bc2 (patch)
treed01d405f5c3904fac831c9b2064b8597187ac534 /scripts
parentafce7b87c44ae7b75aeec4b01f6dfaaf03039488 (diff)
update get.ps1
Diffstat (limited to 'scripts')
-rw-r--r--scripts/get.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index 214d437b5..5743792e9 100644
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -47,7 +47,7 @@ try{
writeErrorTip 'Please set environment var "TMP" to another path'
myExit 1
}
-Write-Host "Start downloading https://github.com/tboox/xmake/releases/download/$version/xmake-$version.exe .."
+Write-Host "Start downloading https://github.com/tboox/xmake/releases/download/$version/xmake-$branch.exe .."
try{
Invoke-Webrequest "https://github.com/tboox/xmake/releases/download/$version/xmake-$branch.exe" -OutFile "$outfile"
}catch{