Skip to content

Commit 0d31f8b

Browse files
authored
add icon to windows EXE (#97)
1 parent 50dd816 commit 0d31f8b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The version on the binary will match the version tag of the branch.
107107

108108
```sh
109109

110-
go install https://github.com/tc-hib/go-winres
110+
go install github.com/tc-hib/go-winres@latest
111111
cd cmd/sqlcmd
112112
go generate
113113

cmd/sqlcmd/winres/winres.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"RT_GROUP_ICON": {
3+
"APP": {
4+
"0000" : "../../../release/windows/msi/resources/sqlcmd.ico"
5+
}
6+
},
27
"RT_VERSION": {
38
"#1": {
49
"0000": {

0 commit comments

Comments
 (0)