File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ cask "cherry-studio" do
2+ arch arm : "arm64" , intel : "x64"
3+
4+ version "0.9.19"
5+ sha256 arm : "e0bc7dbc1d55001b4fd9421d33d3bb320e135c6894a745a382c0abb72c893455" ,
6+ intel : "d6dcd58e7326d572eb49ff9fbc58e56d99e404c3284a847e8223a1ae65f2d038"
7+
8+ url "https://github.com/CherryHQ/cherry-studio/releases/download/v#{ version } /Cherry-Studio-#{ version } -#{ arch } .zip" ,
9+ verified : "github.com/CherryHQ/cherry-studio/"
10+ name "Cherry Studio"
11+ desc "Desktop client that supports multiple LLM providers"
12+ homepage "https://cherry-ai.com/"
13+
14+ livecheck do
15+ url :url
16+ strategy :github_latest
17+ end
18+
19+ auto_updates true
20+ depends_on macos : ">= :catalina"
21+
22+ app "Cherry Studio.app"
23+ binary "#{ appdir } /Cherry Studio.app/Contents/MacOS/Cherry Studio" , target : "cherry-studio"
24+
25+ zap trash : [
26+ "~/Library/Application Support/CherryStudio" ,
27+ "~/Library/Caches/cherrystudio-updater" ,
28+ "~/Library/HTTPStorages/com.kangfenmao.CherryStudio" ,
29+ "~/Library/Logs/CherryStudio" ,
30+ "~/Library/Preferences/com.kangfenmao.CherryStudio.plist" ,
31+ "~/Library/Saved Application State/com.kangfenmao.CherryStudio.savedState" ,
32+ ]
33+ end
You can’t perform that action at this time.
0 commit comments