Update Xray-plugin v1.5.6

This commit is contained in:
Hellojack
2022-05-31 10:19:30 +08:00
committed by GitHub
parent bf259316bd
commit a302c97831

View File

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