From 5d792bef4f86bf8f7707a6175413946857782c94 Mon Sep 17 00:00:00 2001 From: liuqian Date: Thu, 8 Feb 2024 03:37:56 +0800 Subject: [PATCH] chore(chatbox): init version 1.2.2 --- bucket/chatbox.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bucket/chatbox.json diff --git a/bucket/chatbox.json b/bucket/chatbox.json new file mode 100644 index 0000000..b856812 --- /dev/null +++ b/bucket/chatbox.json @@ -0,0 +1,27 @@ +{ + "##": "Chatbox", + "version": "1.2.2", + "description": "Chatbox 是 ChatGPT、Claude 和其他 LLM 应用的桌面客户端,支持在 Windows、Mac、Linux 上使用", + "homepage": "https://github.com/Bin-Huang/chatbox", + "license": { + "identifier": "GPL-3.0-only", + "url": "https://github.com/Bin-Huang/chatbox#GPL-3.0-1-ov-file" + }, + "url": "https://github.com/Bin-Huang/chatbox/releases/download/v1.2.2/Chatbox-1.2.2-Setup.exe#/dl.7z", + "hash": "b9a7c561368cb0541ffca340101afb6db62e4be4a242d2a1d4b4d9c4620ab503", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/Bin-Huang/chatbox/releases/download/v$version/Chatbox-$version-Setup.exe#/dl.7z" + }, + "pre_install": [ + "Move-Item \"$dir\\`$PLUGINSDIR\\app-64.7z\" $dir -Force", + "Remove-Item $dir\\* -Exclude app-64.7z -Force -Recurse", + "Expand-7zipArchive \"$dir\\app-64.7z\" $dir -Removal" + ], + "shortcuts": [ + [ + "Chatbox.exe", + "Chatbox" + ] + ] +}