Skip to content

Commit fe9b502

Browse files
committed
feat: add icon
1 parent d68223f commit fe9b502

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ go-zero*
77
nohup.out
88
zerobot
99
ZeroBot-Plugin*
10+
*.syso

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ env:
44
before:
55
hooks:
66
- go mod tidy
7+
- go install github.com/tc-hib/go-winres@latest
8+
- go-winres make
79
builds:
810
- id: nowin
911
env:

winres/icon.png

21.4 KB
Loading

winres/icon16.png

712 Bytes
Loading

winres/winres.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@
3636
"#1": {
3737
"0000": {
3838
"fixed": {
39-
"file_version": "v1.6.2",
40-
"product_version": "v1.6.2",
41-
"timestamp": "2023-03-01T12:44:11+08:00"
39+
"file_version": "v1.7.0-beta1",
40+
"product_version": "v1.7.0-beta1",
41+
"timestamp": "2023-03-01T14:08:55+08:00"
4242
},
4343
"info": {
4444
"0409": {
4545
"Comments": "OneBot plugins based on ZeroBot",
4646
"CompanyName": "FloatTech",
4747
"FileDescription": "Project: https://github.com/FloatTech/ZeroBot-Plugin",
48-
"FileVersion": "v1.6.2",
48+
"FileVersion": "v1.7.0-beta1",
4949
"InternalName": "",
5050
"LegalCopyright": "© 2020 - 2023 FloatTech",
5151
"LegalTrademarks": "",
5252
"OriginalFilename": "ZBP.EXE",
5353
"PrivateBuild": "",
5454
"ProductName": "",
55-
"ProductVersion": "v1.6.2",
55+
"ProductVersion": "v1.7.0-beta1",
5656
"SpecialBuild": ""
5757
}
5858
}

0 commit comments

Comments
 (0)