diff options
| author | ruki <[email protected]> | 2017-08-06 19:35:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-06 19:35:53 +0800 |
| commit | 599d491fc2c1656e9fc2a900775e952ef913fc40 (patch) | |
| tree | 739f14dbf7060eb6ce51fbeace91c718e392904b /scripts | |
| parent | 2a32bc52e8e4f77fd7be4244fdea7bd26b461097 (diff) | |
modify ps1 script
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 120605ce5..9e0468225 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.3' } +if($ver -eq $null){ $ver='v2.1.5' } 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" |
