From 4daa750e27b120409e0cdf2212c4f87d66af0aa6 Mon Sep 17 00:00:00 2001 From: EFLKumo Date: Sun, 5 Jan 2025 10:50:58 +0800 Subject: [PATCH] cherry-studio: Update to version 0.9.4 --- bucket/cherry-studio.json | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/bucket/cherry-studio.json b/bucket/cherry-studio.json index 1b4c89c7836bb0..13eb17e5d700b7 100644 --- a/bucket/cherry-studio.json +++ b/bucket/cherry-studio.json @@ -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", @@ -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) {", @@ -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" } } } -} \ No newline at end of file +}