go-socket5-proxy/build-window.bat

4 lines
99 B
Batchfile
Raw Normal View History

2024-06-07 03:34:44 +00:00
set CGO_ENABLED=0
set GOOS=windows
set GOARCH=amd64
go build -o main-windows.exe server/main.go