diff options
Diffstat (limited to 'scripts/get.ps1')
| -rwxr-xr-x | scripts/get.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1 index f03d80fa4..449e0e3a1 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.5.8" + $LastRelease = "v2.5.9" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { @@ -157,7 +157,7 @@ param ( writeErrorTip 'Check your network or... the news of S3 break' return } - Set-Content $file "$content`n$appendcontent" -NoNewline + Set-Content $file "$content`n# >>> xmake >>>`n$appendcontent`n# <<< xmake <<<`n" -NoNewline . $file Write-Host "Tab completion installed" } |
