Skip to content

Commit

Permalink
更新win32下打包脚本.
Browse files Browse the repository at this point in the history
  • Loading branch information
moonagic committed May 25, 2018
1 parent 19cec34 commit 8d39ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_win2linux.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SET CGO_ENABLED=0
SET GOOS=linux
SET GOARCH=amd64
go build gowebhook.go
go build -o gowebhook src/main.go

0 comments on commit 8d39ea8

Please sign in to comment.