diff options
| author | ruki <[email protected]> | 2017-11-08 22:24:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-11-08 08:26:24 +0800 |
| commit | 31b1517d8303402f34f70fec8a7d6d644b1a10db (patch) | |
| tree | 7ad89c96607921a20c40781ad93c28431484be75 /scripts | |
| parent | 826668dde93b9c985a2e48f43e06e99b03055df5 (diff) | |
modify get.ps
Diffstat (limited to 'scripts')
| -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 e61861874..410c7dbff 100644 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -42,7 +42,7 @@ try{ writeErrorTip 'Please set environment var "TMP" to another path' myExit 1 } -if($ver -eq $null){ $ver='v2.1.7' } +if($ver -eq $null){ $ver='v2.1.8' } Write-Host 'Start downloading... Hope amazon S3 is not broken again' try{ Invoke-Webrequest "https://github.com/tboox/xmake/releases/download/$ver/xmake-$ver.exe" -OutFile "$outfile" |
