We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dd816 commit 0d31f8bCopy full SHA for 0d31f8b
README.md
@@ -107,7 +107,7 @@ The version on the binary will match the version tag of the branch.
107
108
```sh
109
110
-go install https://github.com/tc-hib/go-winres
+go install github.com/tc-hib/go-winres@latest
111
cd cmd/sqlcmd
112
go generate
113
cmd/sqlcmd/winres/winres.json
@@ -1,4 +1,9 @@
1
{
2
+ "RT_GROUP_ICON": {
3
+ "APP": {
4
+ "0000" : "../../../release/windows/msi/resources/sqlcmd.ico"
5
+ }
6
+ },
7
"RT_VERSION": {
8
"#1": {
9
"0000": {
0 commit comments