diff options
| author | ruki <[email protected]> | 2019-01-19 00:52:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-01-18 23:14:28 +0800 |
| commit | 1d6190aa0a4697d11b9890a6f158ab4e91cd9bc2 (patch) | |
| tree | d01d405f5c3904fac831c9b2064b8597187ac534 /scripts/get.ps1 | |
| parent | afce7b87c44ae7b75aeec4b01f6dfaaf03039488 (diff) | |
update get.ps1
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 214d437b5..5743792e9 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 https://github.com/tboox/xmake/releases/download/$version/xmake-$version.exe .." +Write-Host "Start downloading https://github.com/tboox/xmake/releases/download/$version/xmake-$branch.exe .." try{ Invoke-Webrequest "https://github.com/tboox/xmake/releases/download/$version/xmake-$branch.exe" -OutFile "$outfile" }catch{ |
