File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.9.3 " ,
2
+ "version" : " 0.9.4 " ,
3
3
"description" : " 🍒 Cherry Studio is a desktop client that supports for multiple LLM providers" ,
4
4
"homepage" : " https://cherry-ai.com/" ,
5
-
6
5
"license" : {
7
6
"identifier" : " Apache-2.0" ,
8
7
"url" : " https://github.com/CherryHQ/cherry-studio/raw/refs/heads/main/LICENSE"
9
8
},
10
-
11
9
"architecture" : {
12
10
"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 "
15
13
}
16
14
},
17
-
18
15
"installer" : {
19
16
"script" : [
20
17
" Expand-7zipArchive \" $dir\\ Cherry-Studio-$version-setup.exe\" \" $dir\\ temp\\\" -Removal" ,
29
26
" New-Item -ItemType Junction -Path \" $appDataPath\" -Target \" $persistPath\" "
30
27
]
31
28
},
32
-
33
29
"shortcuts" : [
34
30
[
35
31
" Cherry Studio.exe" ,
36
32
" Cherry Studio"
37
33
]
38
34
],
39
-
40
35
"persist" : " CherryStudio" ,
41
-
42
36
"uninstaller" : {
43
37
"script" : [
38
+ " $process = Get-Process -Name \" Cherry Studio\" -ErrorAction SilentlyContinue" ,
39
+ " if ($process) {" ,
40
+ " Stop-Process -Name \" Cherry Studio\" -Force" ,
41
+ " }" ,
44
42
" if (Test-Path \" $env:APPDATA\\ CherryStudio\" -PathType Any) {" ,
45
43
" Remove-Item -Recurse -Force \" $env:APPDATA\\ CherryStudio\" " ,
46
44
" }" ,
49
47
" }"
50
48
]
51
49
},
52
-
53
50
"checkver" : {
54
51
"github" : " https://github.com/CherryHQ/cherry-studio"
55
52
},
56
-
57
53
"autoupdate" : {
58
54
"architecture" : {
59
55
"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"
61
57
}
62
58
}
63
59
}
64
- }
60
+ }
You can’t perform that action at this time.
0 commit comments