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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,3 +23,14 @@ https://twitter.com/
23
23
```
24
24
25
25
and Grif will Ping the hosts that begin with icmp:// and test for a valid http response from the hosts with HTTP or HTTPS. Grif can also validate SSL if desired (this feature is being tested).
26
+
27
+
28
+
## Building Grif
29
+
30
+
In the main directory of this project run
31
+
32
+
```
33
+
go build -ldflags -H=windowsgui -o build/grif.exe
34
+
```
35
+
36
+
The files in the repo are already generated and in place to ensure the exe is built fully, with icon, manifest, etc.
0 commit comments