Skip to content

Commit 1620024

Browse files
committed
cherry-studio: Update to version 0.9.4
1 parent 28c32ce commit 1620024

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

bucket/cherry-studio.json

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
{
2-
"version": "0.9.3",
2+
"version": "0.9.4",
33
"description": "🍒 Cherry Studio is a desktop client that supports for multiple LLM providers",
44
"homepage": "https://cherry-ai.com/",
5-
65
"license": {
76
"identifier": "Apache-2.0",
87
"url": "https://github.com/CherryHQ/cherry-studio/raw/refs/heads/main/LICENSE"
98
},
10-
119
"architecture": {
1210
"64bit": {
13-
"url": "https://github.com/CherryHQ/cherry-studio/releases/download/v0.9.3/Cherry-Studio-0.9.3-setup.exe",
14-
"hash": "BA693FCE05D9E220139D417FD0B3EFE527461D16398FDE39AC5263564D88114E"
11+
"url": "https://cherrystudio.ocool.online/Cherry-Studio-0.9.4-setup.exe",
12+
"hash": "7949c26c8746a05105714591fab629790bde36cb4a517e0779f9f964350eddb2"
1513
}
1614
},
17-
1815
"installer": {
1916
"script": [
2017
"Expand-7zipArchive \"$dir\\Cherry-Studio-$version-setup.exe\" \"$dir\\temp\\\" -Removal",
@@ -29,18 +26,19 @@
2926
"New-Item -ItemType Junction -Path \"$appDataPath\" -Target \"$persistPath\""
3027
]
3128
},
32-
3329
"shortcuts": [
3430
[
3531
"Cherry Studio.exe",
3632
"Cherry Studio"
3733
]
3834
],
39-
4035
"persist": "CherryStudio",
41-
4236
"uninstaller": {
4337
"script": [
38+
"$process = Get-Process -Name \"Cherry Studio\" -ErrorAction SilentlyContinue",
39+
"if ($process) {",
40+
" Stop-Process -Name \"Cherry Studio\" -Force",
41+
"}",
4442
"if (Test-Path \"$env:APPDATA\\CherryStudio\" -PathType Any) {",
4543
" Remove-Item -Recurse -Force \"$env:APPDATA\\CherryStudio\"",
4644
"}",
@@ -49,16 +47,14 @@
4947
"}"
5048
]
5149
},
52-
5350
"checkver": {
5451
"github": "https://github.com/CherryHQ/cherry-studio"
5552
},
56-
5753
"autoupdate": {
5854
"architecture": {
5955
"64bit": {
60-
"url": "https://github.com/CherryHQ/cherry-studio/releases/download/v$version/Cherry-Studio-$version-setup.exe"
56+
"url": "https://cherrystudio.ocool.online/Cherry-Studio-$version-setup.exe"
6157
}
6258
}
6359
}
64-
}
60+
}

0 commit comments

Comments
 (0)