-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
liuqian
committed
Feb 7, 2024
1 parent
ecb56b2
commit 5d792be
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
] | ||
} |