Update files.

This commit is contained in:
Josh Mudge 2019-11-12 15:03:24 -07:00
parent ccd254cd99
commit 70c5b8abd2
3 changed files with 3 additions and 1 deletions

View File

@ -116,6 +116,8 @@ fileb0x b0x.json
This will create a folder named `static` with a file in it. You will then need to copy that folder to your `$GOPATH/src/` (usually `C:\Users\<Username>\go\src\`).
```
# Use the right config for goversioninfo
go generate
# Build the setup application.
go build -o setup.exe -ldflags "-s -w -H=windowsgui"
```

View File

@ -1,5 +1,4 @@
//go:generate goversioninfo
//go:generate fileb0x b0x.json
/*Serve is a very simple static file server in go
Usage:

View File

@ -1,4 +1,5 @@
//go:generate goversioninfo -manifest=setup.exe.manifest
//go:generate fileb0x b0x.json
//Add new firewall rule in Go.
package main