From 1d6190aa0a4697d11b9890a6f158ab4e91cd9bc2 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 19 Jan 2019 00:52:24 +0800 Subject: update get.ps1 --- scripts/get.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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{ -- cgit v1.3.1