diff --git a/.gitignore b/.gitignore index 7c1eba4c..614e9277 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ go-zero* nohup.out zerobot ZeroBot-Plugin* +*.syso diff --git a/.goreleaser.yml b/.goreleaser.yml index 1cc24321..4206cc96 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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: diff --git a/winres/icon.png b/winres/icon.png index 945b1cf1..4af1f581 100644 Binary files a/winres/icon.png and b/winres/icon.png differ diff --git a/winres/icon16.png b/winres/icon16.png index 7c391980..8635628e 100644 Binary files a/winres/icon16.png and b/winres/icon16.png differ diff --git a/winres/winres.json b/winres/winres.json index 23a81fc6..40774b3d 100644 --- a/winres/winres.json +++ b/winres/winres.json @@ -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": "" } }