diff options
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 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{ |
