修改 编译脚本

This commit is contained in:
dengsgo
2018-09-30 09:43:14 +08:00
parent cae4bf355e
commit a5fb3aea36
6 changed files with 12 additions and 5 deletions

View File

@@ -3,6 +3,6 @@ echo build start...
SET CGO_ENABLED=0
SET GOOS=windows
SET GOARCH=amd64
go build -ldflags "-s -w"
go build -ldflags "-s -w" -o fileboy-windows-amd64.exe
echo build success
pause