Skip to content

Commit

Permalink
chore(chatbox): init version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liuqian committed Feb 7, 2024
1 parent ecb56b2 commit 5d792be
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bucket/chatbox.json
Original file line number Diff line number Diff line change
@@ -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"
]
]
}

0 comments on commit 5d792be

Please sign in to comment.