feat: prepare Zhinian desktop client for pilot release
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
appId: app.clawx.desktop
|
||||
productName: ClawX
|
||||
copyright: Copyright © 2026 ClawX
|
||||
appId: app.zhinian.assistant
|
||||
productName: 智念助手
|
||||
copyright: Copyright © 2026 YINIAN
|
||||
compression: maximum
|
||||
artifactName: ${productName}-${version}-${os}-${arch}.${ext}
|
||||
|
||||
@@ -86,8 +86,8 @@ mac:
|
||||
entitlementsInherit: entitlements.mac.plist
|
||||
notarize: true
|
||||
extendInfo:
|
||||
NSMicrophoneUsageDescription: ClawX requires microphone access for voice features
|
||||
NSCameraUsageDescription: ClawX requires camera access for video features
|
||||
NSMicrophoneUsageDescription: 智念助手需要麦克风权限用于语音相关能力
|
||||
NSCameraUsageDescription: 智念助手需要摄像头权限用于视频相关能力
|
||||
|
||||
dmg:
|
||||
# Explicit volume size prevents dmg-builder@1.2.0 auto-calculation from
|
||||
@@ -133,8 +133,8 @@ nsis:
|
||||
differentialPackage: true
|
||||
createDesktopShortcut: true
|
||||
createStartMenuShortcut: true
|
||||
shortcutName: ClawX
|
||||
uninstallDisplayName: ClawX
|
||||
shortcutName: 智念助手
|
||||
uninstallDisplayName: 智念助手
|
||||
license: LICENSE
|
||||
include: scripts/installer.nsh
|
||||
installerIcon: resources/icons/icon.ico
|
||||
@@ -161,17 +161,17 @@ linux:
|
||||
arch:
|
||||
- x64
|
||||
category: Utility
|
||||
maintainer: ClawX Team <public@valuecell.ai>
|
||||
vendor: ClawX
|
||||
synopsis: AI Assistant powered by OpenClaw
|
||||
description: ClawX is a graphical AI assistant application that integrates with OpenClaw Gateway to provide intelligent automation and assistance across multiple messaging platforms.
|
||||
maintainer: YINIAN <public@valuecell.ai>
|
||||
vendor: YINIAN
|
||||
synopsis: B 端 AI Agent 桌面助手
|
||||
description: 智念助手是面向 B 端业务场景的 AI Agent 桌面客户端,基于 OpenClaw Gateway 提供自动化与智能协作能力。
|
||||
desktop:
|
||||
entry:
|
||||
Name: ClawX
|
||||
Comment: AI Assistant powered by OpenClaw
|
||||
Name: 智念助手
|
||||
Comment: B 端 AI Agent 桌面助手
|
||||
Categories: Utility;Network;
|
||||
Keywords: ai;assistant;automation;chat;
|
||||
StartupWMClass: clawx
|
||||
Keywords: ai;assistant;business;automation;operations;
|
||||
StartupWMClass: zhinian-assistant
|
||||
|
||||
appImage:
|
||||
license: LICENSE
|
||||
|
||||
Reference in New Issue
Block a user