Update Xray-core and Xray-plugin

This commit is contained in:
Hellojack
2022-05-27 18:28:43 +08:00
committed by GitHub
parent 2969b4420d
commit baed3e07cd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
git clone https://github.com/xtls/xray-core -b 'v1.4.5' src git clone https://github.com/xtls/xray-core -b 'v1.5.5' src
if ( -Not $? ) { if ( -Not $? ) {
exit $lastExitCode exit $lastExitCode
} }

View File

@@ -1,6 +1,6 @@
Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
git clone https://github.com/teddysun/xray-plugin -b 'v1.4.5' src git clone https://github.com/teddysun/xray-plugin -b 'v1.5.5' src
if ( -Not $? ) { if ( -Not $? ) {
exit $lastExitCode exit $lastExitCode
} }