diff options
| author | xq114 <[email protected]> | 2021-11-19 18:17:43 +0800 |
|---|---|---|
| committer | xq114 <[email protected]> | 2021-11-19 18:17:43 +0800 |
| commit | b995865e5b4211ed455703b242cf3614677bf296 (patch) | |
| tree | 6284028a6054ff4e11ff789cc058c6a4f991fa58 /scripts/get.ps1 | |
| parent | fa24e12bd740b6fd57a8787aebe14d0784c4ce32 (diff) | |
update install scripts
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" } |
