feat(deskclaw): rebrand + vibe presets + chat model picker
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
appId: app.clawx.desktop
|
||||
productName: ClawX
|
||||
copyright: Copyright © 2026 ClawX
|
||||
appId: app.deskclaw.desktop
|
||||
productName: DeskClaw
|
||||
copyright: Copyright © 2026 DeskClaw
|
||||
compression: maximum
|
||||
artifactName: ${productName}-${version}-${os}-${arch}.${ext}
|
||||
|
||||
@@ -59,7 +59,7 @@ publish:
|
||||
useMultipleRangeRequest: false
|
||||
- provider: github
|
||||
owner: ValueCell-ai
|
||||
repo: ClawX
|
||||
repo: DeskClaw
|
||||
|
||||
# macOS Configuration
|
||||
mac:
|
||||
@@ -133,8 +133,8 @@ nsis:
|
||||
differentialPackage: true
|
||||
createDesktopShortcut: true
|
||||
createStartMenuShortcut: true
|
||||
shortcutName: ClawX
|
||||
uninstallDisplayName: ClawX
|
||||
shortcutName: DeskClaw
|
||||
uninstallDisplayName: DeskClaw
|
||||
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
|
||||
maintainer: DeskClaw Team <public@valuecell.ai>
|
||||
vendor: DeskClaw
|
||||
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.
|
||||
desktop:
|
||||
entry:
|
||||
Name: ClawX
|
||||
Name: DeskClaw
|
||||
Comment: AI Assistant powered by OpenClaw
|
||||
Categories: Utility;Network;
|
||||
Keywords: ai;assistant;automation;chat;
|
||||
StartupWMClass: clawx
|
||||
StartupWMClass: deskclaw
|
||||
|
||||
appImage:
|
||||
license: LICENSE
|
||||
|
||||
Reference in New Issue
Block a user