You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ go get github.com/rovnyart/diversity
16
16
$env: GOARCH='windows'
17
17
$env: GOTARGET='amd64'
18
18
19
-
go build github/rovnyart/diversity
19
+
go build github/rovnyart/diversity -ldflags -H=windowsgui
20
20
```
21
21
22
22
This will produce `diversity.exe` executable. In order to run it you need to place `config.yaml` file in the same directory. See `Config` section for more details.
0 commit comments