Update tun2socks

This commit is contained in:
Netch
2021-09-12 23:32:43 +08:00
parent 289f465c00
commit eb9f894020

View File

@@ -5,7 +5,7 @@ $Env:GOROOT_FINAL='/usr'
$Env:GOOS='windows'
$Env:GOARCH='amd64'
go build -a -buildmode=c-shared -trimpath -asmflags '-s -w' -ldflags '-s -w' -o '..\release\tun2socks.bin'
go build -a -trimpath -asmflags '-s -w' -ldflags '-s -w' -o '..\release\tun2socks.exe'
Pop-Location
exit $lastExitCode