diff options
| author | ruki <[email protected]> | 2021-11-19 23:12:23 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-19 23:12:23 +0800 |
| commit | bcc082c14f6b0a139fe3be47e43bcd5bab138d6b (patch) | |
| tree | 6284028a6054ff4e11ff789cc058c6a4f991fa58 /scripts/get.ps1 | |
| parent | fa24e12bd740b6fd57a8787aebe14d0784c4ce32 (diff) | |
| parent | b995865e5b4211ed455703b242cf3614677bf296 (diff) | |
Merge pull request #1841 from xq114/dev
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" } |
