summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2018-11-27 22:34:08 +0800
committerruki <[email protected]>2018-11-27 09:24:48 +0800
commite3f4c5e5c21df7c7fe0246572f58f9f79dda2cbb (patch)
tree0a6600ad8455401f1fec89ee3f46b83ef11a55e6 /scripts
parent7273699f8f3cf313f877cdb2d9f6307f3178ec33 (diff)
modify download tips
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 5b0eae60b..45086a72b 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 xmake-installer $version to $outfile .."
+Write-Host "Start downloading https://github.com/tboox/xmake/releases/download/$version/xmake-$version.exe .."
try{
Invoke-Webrequest "https://github.com/tboox/xmake/releases/download/$version/xmake-$version.exe" -OutFile "$outfile"
}catch{