diff options
| author | ruki <[email protected]> | 2018-11-26 23:36:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-11-26 15:40:52 +0800 |
| commit | 7bdb43ead8a147be6ceb5a45d798ef4a34b0bcf1 (patch) | |
| tree | 4f299087dd8bc2505fcabd1f40cd22a7b4dd73fc /scripts/get.ps1 | |
| parent | 336e108a834d3ef522d60678b45747d5daecd93e (diff) | |
fix repo update
Diffstat (limited to 'scripts/get.ps1')
| -rw-r--r-- | scripts/get.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1 index e0c61e811..13d9caa1c 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 $version... Hope amazon S3 is not broken again" +Write-Host "Start downloading xmake-installer v$version to $outfile .." try{ Invoke-Webrequest "https://github.com/tboox/xmake/releases/download/$version/xmake-$version.exe" -OutFile "$outfile" }catch{ |
