From afce7b87c44ae7b75aeec4b01f6dfaaf03039488 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 19 Jan 2019 00:51:57 +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 3c3f5f9e5..214d437b5 100644 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -49,7 +49,7 @@ try{ } 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" + Invoke-Webrequest "https://github.com/tboox/xmake/releases/download/$version/xmake-$branch.exe" -OutFile "$outfile" }catch{ writeErrorTip 'Download failed!' writeErrorTip 'Check your network or... the news of S3 break' -- cgit v1.3.1