diff options
| author | ruki <[email protected]> | 2017-10-13 23:59:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-10-13 17:57:53 +0800 |
| commit | ed81a3c28251e4a191b56c871692c8e3b0f4bd1a (patch) | |
| tree | 59d9de2bed5fff4268f613525c0c594884e0b6cd | |
| parent | a04725662933fbbe3ad4a319d03267fc32907242 (diff) | |
update 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 8c1239841..e61861874 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.6' } +if($ver -eq $null){ $ver='v2.1.7' } 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" |
