|
@@ -1,10 +1,9 @@
|
|
|
|
|
|
|
|
-set GoDevWork="D:\CodeWork\port-forward-v2\"
|
|
|
|
|
|
|
|
|
|
echo "Build For windows..."
|
|
echo "Build For windows..."
|
|
|
set GOOS=windows
|
|
set GOOS=windows
|
|
|
set GOARCH=amd64
|
|
set GOARCH=amd64
|
|
|
-set GOPATH=%GoDevWork%;%GOPATH%
|
|
|
|
|
|
|
+
|
|
|
go build -o forward-agent.exe
|
|
go build -o forward-agent.exe
|
|
|
|
|
|
|
|
echo "--------- Build For windows Success!"
|
|
echo "--------- Build For windows Success!"
|