From 01f60926ce50a87cfdd0db12c33e24bfed7c417c Mon Sep 17 00:00:00 2001 From: Hellojack <106379370+H1JK@users.noreply.github.com> Date: Sun, 3 Jul 2022 16:52:48 +0800 Subject: [PATCH] V2Ray : Update SN core to 5.0.16 --- Other/v2ray-sn/build.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Other/v2ray-sn/build.ps1 b/Other/v2ray-sn/build.ps1 index 4059c400..acb0a5c5 100644 --- a/Other/v2ray-sn/build.ps1 +++ b/Other/v2ray-sn/build.ps1 @@ -1,6 +1,6 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/SagerNet/v2ray-core.git -b 'v5.0.14' src +git clone https://github.com/SagerNet/v2ray-core.git -b 'v5.0.16' src if ( -Not $? ) { exit $lastExitCode } @@ -25,4 +25,4 @@ $Env:GOOS='windows' $Env:GOARCH='amd64' go mod tidy # necessary go build -a -trimpath -asmflags '-s -w' -ldflags '-s -w -buildid=' -o '..\..\release\v2ray-sn.exe' '.\main' -exit $lastExitCode \ No newline at end of file +exit $lastExitCode