From e3f4c5e5c21df7c7fe0246572f58f9f79dda2cbb Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 27 Nov 2018 22:34:08 +0800 Subject: modify download tips --- 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 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{ -- cgit v1.3.1