dev
This commit is contained in:
parent
9ba9c82a88
commit
c25c476e0c
@ -3,6 +3,7 @@ echo Start Build
|
||||
echo Windows
|
||||
export GOOS=windows
|
||||
export GOARCH=amd64
|
||||
export CGO_ENABLED=0
|
||||
go build -buildvcs=false -ldflags "-w -s" -trimpath -a -o gost.exe
|
||||
|
||||
export GOARCH=386
|
||||
|
Loading…
Reference in New Issue
Block a user