From d87a353b14f72d4484caf99da2122af731efbbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=80=BB?= Date: Tue, 10 Mar 2026 08:05:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=BB=9F=E4=B8=80=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E4=B8=BA=E6=97=A5=E6=9C=9F=E6=A0=BC=E5=BC=8F=202026.3?= =?UTF-8?q?.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 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 --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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}" } } }