Skip to content

Commit

Permalink
cherry-studio: Update to version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EFLKumo committed Jan 5, 2025
1 parent 28c32ce commit 4daa750
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions bucket/cherry-studio.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{
"version": "0.9.3",
"version": "0.9.4",
"description": "🍒 Cherry Studio is a desktop client that supports for multiple LLM providers",
"homepage": "https://cherry-ai.com/",

"license": {
"identifier": "Apache-2.0",
"url": "https://github.com/CherryHQ/cherry-studio/raw/refs/heads/main/LICENSE"
},

"architecture": {
"64bit": {
"url": "https://github.com/CherryHQ/cherry-studio/releases/download/v0.9.3/Cherry-Studio-0.9.3-setup.exe",
"hash": "BA693FCE05D9E220139D417FD0B3EFE527461D16398FDE39AC5263564D88114E"
"url": "https://cherrystudio.ocool.online/Cherry-Studio-0.9.4-setup.exe",
"hash": "7949c26c8746a05105714591fab629790bde36cb4a517e0779f9f964350eddb2"
}
},

"installer": {
"script": [
"Expand-7zipArchive \"$dir\\Cherry-Studio-$version-setup.exe\" \"$dir\\temp\\\" -Removal",
Expand All @@ -29,16 +26,14 @@
"New-Item -ItemType Junction -Path \"$appDataPath\" -Target \"$persistPath\""
]
},

"notes": "You'd better turn off update detection in Settings->About Us in Cherry Studio and use scoop to manage updates, otherwise it will cause some errors.",
"shortcuts": [
[
"Cherry Studio.exe",
"Cherry Studio"
]
],

"persist": "CherryStudio",

"uninstaller": {
"script": [
"if (Test-Path \"$env:APPDATA\\CherryStudio\" -PathType Any) {",
Expand All @@ -49,16 +44,14 @@
"}"
]
},

"checkver": {
"github": "https://github.com/CherryHQ/cherry-studio"
},

"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/CherryHQ/cherry-studio/releases/download/v$version/Cherry-Studio-$version-setup.exe"
"url": "https://cherrystudio.ocool.online/Cherry-Studio-$version-setup.exe"
}
}
}
}
}

0 comments on commit 4daa750

Please sign in to comment.