Lock version

This commit is contained in:
Netch
2021-09-12 23:16:55 +08:00
parent ac3fd71477
commit 289f465c00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
git clone https://github.com/cbeuw/Cloak src
git clone https://github.com/cbeuw/Cloak -b 'v2.5.5' src
if ( -Not $? ) {
Pop-Location
exit $lastExitCode

View File

@@ -1,6 +1,6 @@
Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
git clone https://github.com/teddysun/v2ray-plugin src
git clone https://github.com/teddysun/v2ray-plugin -b 'v4.42.1' src
if ( -Not $? ) {
Pop-Location
exit $lastExitCode

View File

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