feat: add icon

This commit is contained in:
源文雨 2023-03-01 14:20:36 +08:00
parent d68223f63d
commit fe9b5023f6
5 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ go-zero*
nohup.out nohup.out
zerobot zerobot
ZeroBot-Plugin* ZeroBot-Plugin*
*.syso

View File

@ -4,6 +4,8 @@ env:
before: before:
hooks: hooks:
- go mod tidy - go mod tidy
- go install github.com/tc-hib/go-winres@latest
- go-winres make
builds: builds:
- id: nowin - id: nowin
env: env:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -36,23 +36,23 @@
"#1": { "#1": {
"0000": { "0000": {
"fixed": { "fixed": {
"file_version": "v1.6.2", "file_version": "v1.7.0-beta1",
"product_version": "v1.6.2", "product_version": "v1.7.0-beta1",
"timestamp": "2023-03-01T12:44:11+08:00" "timestamp": "2023-03-01T14:08:55+08:00"
}, },
"info": { "info": {
"0409": { "0409": {
"Comments": "OneBot plugins based on ZeroBot", "Comments": "OneBot plugins based on ZeroBot",
"CompanyName": "FloatTech", "CompanyName": "FloatTech",
"FileDescription": "Project: https://github.com/FloatTech/ZeroBot-Plugin", "FileDescription": "Project: https://github.com/FloatTech/ZeroBot-Plugin",
"FileVersion": "v1.6.2", "FileVersion": "v1.7.0-beta1",
"InternalName": "", "InternalName": "",
"LegalCopyright": "© 2020 - 2023 FloatTech", "LegalCopyright": "© 2020 - 2023 FloatTech",
"LegalTrademarks": "", "LegalTrademarks": "",
"OriginalFilename": "ZBP.EXE", "OriginalFilename": "ZBP.EXE",
"PrivateBuild": "", "PrivateBuild": "",
"ProductName": "", "ProductName": "",
"ProductVersion": "v1.6.2", "ProductVersion": "v1.7.0-beta1",
"SpecialBuild": "" "SpecialBuild": ""
} }
} }