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 | |
| parent | 826668dde93b9c985a2e48f43e06e99b03055df5 (diff) | |
modify get.ps
| -rw-r--r-- | .appveyor.yml | 2 | ||||
| -rw-r--r-- | scripts/get.ps1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 90d7dd21c..dd808cab3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: v2.1.5.{build} +version: v2.1.8.{build} os: - Visual Studio 2013 - Visual Studio 2015 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" |
