Skip to content

Commit

Permalink
Update the readme with the icon and manifest info
Browse files Browse the repository at this point in the history
  • Loading branch information
josephspurrier committed Dec 5, 2017
1 parent e2d3ab3 commit 790a7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ go get github.com/josephspurrier/goversioninfo/cmd/goversioninfo

Copy versioninfo.json into your working directory and then modify the file with your own settings.

Add a similar text to the top of your Go source code (-icon and -manifest are optional):
Add a similar text to the top of your Go source code (-icon and -manifest are optional, but can also be specified in the versioninfo.json file):
~~~ go
//go:generate goversioninfo -icon=icon.ico -manifest=goversioninfo.exe.manifest
~~~
Expand Down

0 comments on commit 790a7c7

Please sign in to comment.