Hide console on Windows
This commit is contained in:
parent
31af51fd70
commit
33771ab182
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ builds:
|
|||
goarch:
|
||||
- amd64
|
||||
- wasm
|
||||
env:
|
||||
- >-
|
||||
{{- if eq .Os "windows" }}
|
||||
GOFLAGS=-ldflags=-H=windowsgui
|
||||
{{- end }}
|
||||
archives:
|
||||
-
|
||||
id: boxcars
|
||||
|
|
Loading…
Reference in a new issue