diff --git a/package.json b/package.json index d818032..d984a74 100644 --- a/package.json +++ b/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}" } } }