mirror of
https://github.com/tavenli/port-forward.git
synced 2024-04-21 12:42:13 +00:00
14 lines
149 B
Batchfile
14 lines
149 B
Batchfile
|
|
|
|
echo "Build For windows..."
|
|
set GOOS=windows
|
|
set GOARCH=amd64
|
|
|
|
go build -o forward-agent.exe
|
|
|
|
echo "--------- Build For windows Success!"
|
|
|
|
|
|
pause
|
|
|