From eb9f8940204e053c2a9d139a454e36e2faa74ee5 Mon Sep 17 00:00:00 2001 From: Netch Date: Sun, 12 Sep 2021 23:32:43 +0800 Subject: [PATCH] Update tun2socks --- Other/tun2socks/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Other/tun2socks/build.ps1 b/Other/tun2socks/build.ps1 index ac22ec9c..0f731929 100644 --- a/Other/tun2socks/build.ps1 +++ b/Other/tun2socks/build.ps1 @@ -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