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