Skip to content

Commit

Permalink
feat: add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Mar 1, 2023
1 parent d68223f commit fe9b502
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ go-zero*
nohup.out
zerobot
ZeroBot-Plugin*
*.syso
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ env:
before:
hooks:
- go mod tidy
- go install github.com/tc-hib/go-winres@latest
- go-winres make
builds:
- id: nowin
env:
Expand Down
Binary file modified winres/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified winres/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions winres/winres.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@
"#1": {
"0000": {
"fixed": {
"file_version": "v1.6.2",
"product_version": "v1.6.2",
"timestamp": "2023-03-01T12:44:11+08:00"
"file_version": "v1.7.0-beta1",
"product_version": "v1.7.0-beta1",
"timestamp": "2023-03-01T14:08:55+08:00"
},
"info": {
"0409": {
"Comments": "OneBot plugins based on ZeroBot",
"CompanyName": "FloatTech",
"FileDescription": "Project: https://github.com/FloatTech/ZeroBot-Plugin",
"FileVersion": "v1.6.2",
"FileVersion": "v1.7.0-beta1",
"InternalName": "",
"LegalCopyright": "© 2020 - 2023 FloatTech",
"LegalTrademarks": "",
"OriginalFilename": "ZBP.EXE",
"PrivateBuild": "",
"ProductName": "",
"ProductVersion": "v1.6.2",
"ProductVersion": "v1.7.0-beta1",
"SpecialBuild": ""
}
}
Expand Down

0 comments on commit fe9b502

Please sign in to comment.