-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cherry-studio): init version 0.9.17
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"##": "CherryStudio", | ||
"version": "0.9.17", | ||
"description": "Cherry Studio 是一款支持多个大语言模型(LLM)服务商的桌面客户端,兼容 Windows、Mac 和 Linux 系统", | ||
"homepage": "https://github.com/CherryHQ/cherry-studio", | ||
"license": { | ||
"identifier": "Apache-2.0", | ||
"url": "https://github.com/CherryHQ/cherry-studio?tab=License-1-ov-file#readme" | ||
}, | ||
"url": "https://github.com/CherryHQ/cherry-studio/releases/download/v0.9.17/Cherry-Studio-0.9.17-setup.exe#/dl.7z", | ||
"hash": "bf8203074c56c36342206f44828f1ed3f8304bd20b173e72578b776b978765d8", | ||
"checkver": "github", | ||
"autoupdate": { | ||
"url": "https://github.com/CherryHQ/cherry-studio/releases/download/v$version/Cherry-Studio-$version-setup.exe#/dl.7z" | ||
}, | ||
"pre_install": [ | ||
"Move-Item \"$dir\\`$PLUGINSDIR\\app-64.7z\" $dir -Force", | ||
"Move-Item \"$dir\\`$R0\\Uninstall Cherry Studio.exe\" $dir -Force", | ||
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\" -Force -Recurse", | ||
"Expand-7zipArchive \"$dir\\app-64.7z\" $dir -Removal" | ||
], | ||
"shortcuts": [ | ||
[ | ||
"Cherry Studio.exe", | ||
"Cherry Studio" | ||
] | ||
] | ||
} |