mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
V2Ray : Update SN core to 5.0.16
This commit is contained in:
@@ -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
|
||||
exit $lastExitCode
|
||||
|
||||
Reference in New Issue
Block a user