mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-20 06:20:08 +08:00
feat: add icon
This commit is contained in:
parent
d68223f63d
commit
fe9b5023f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ go-zero*
|
|||||||
nohup.out
|
nohup.out
|
||||||
zerobot
|
zerobot
|
||||||
ZeroBot-Plugin*
|
ZeroBot-Plugin*
|
||||||
|
*.syso
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
BIN
winres/icon.png
BIN
winres/icon.png
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 |
@ -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": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user