chore: 统一版本号为日期格式 2026.3.10
- 修改 version 为 2026.3.10(semver 兼容格式)
- 统一所有安装包命名格式:${productName}-${version}-${platform}.${ext}
- Windows: WeCom OpenClaw Client-2026.3.10-win64.zip
- Linux: WeCom OpenClaw Client-2026.3.10-linux.AppImage
This commit is contained in:
11
package.json
11
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "wecome-openclaw-client",
|
||||
"version": "1.0.0",
|
||||
"version": "2026.3.10",
|
||||
"description": "WeCom OpenClaw Client - 企业微信智能机器人图形配置客户端",
|
||||
"main": "electron/main.js",
|
||||
"homepage": "http://192.168.1.191:23000/toncent/wecome-openclaw-client",
|
||||
@@ -68,16 +68,17 @@
|
||||
"dmg"
|
||||
],
|
||||
"icon": "resources/icon.icns",
|
||||
"category": "public.app-category.developer-tools"
|
||||
"category": "public.app-category.developer-tools",
|
||||
"artifactName": "${productName}-${version}-mac.${ext}"
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
"AppImage",
|
||||
"deb"
|
||||
"AppImage"
|
||||
],
|
||||
"icon": "resources/icon.png",
|
||||
"category": "Development",
|
||||
"maintainer": "sales@toncent.com.cn"
|
||||
"maintainer": "sales@toncent.com.cn",
|
||||
"artifactName": "${productName}-${version}-linux.${ext}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user