Skip to content

Commit

Permalink
chore(cherry-studio): init version 0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuq committed Feb 5, 2025
1 parent da153a5 commit 6fa4f4c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bucket/cherry-studio.json
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"
]
]
}

0 comments on commit 6fa4f4c

Please sign in to comment.