-
Notifications
You must be signed in to change notification settings - Fork 55
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
github-actions
committed
Nov 13, 2024
1 parent
3dd4ac6
commit e20c612
Showing
250 changed files
with
1,253 additions
and
1,262 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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 |
---|---|---|
@@ -1,37 +1,45 @@ | ||
{ | ||
"version": "1.6.0", | ||
"description": "User-friendly Desktop Client App for AI Models/LLMs", | ||
"version": "1.6.1", | ||
"description": "一个可使用 ChatGPT、Claude 和其他 LLM 的桌面客户端。A desktop client for ChatGPT, Claude and other LLMs.", | ||
"homepage": "https://chatboxai.app/", | ||
"license": "GPL-3.0-or-later", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.chatboxai.app/releases/Chatbox-1.6.0-Setup.exe", | ||
"hash": "cf09c8809cb6aa30844d3efca64210b8cefb7831043e858deda5801a7a794550" | ||
} | ||
}, | ||
"installer": { | ||
"script": [ | ||
"$file = (Get-ChildItem \"$dir\" 'Chatbox*.exe' | Select-Object -First 1).FullName", | ||
"Expand-7ZipArchive \"$file\" \"$dir\\\" -Removal", | ||
"Expand-7ZipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", | ||
"Remove-Item \"$dir\\`$PLUGINSDIR\",\"$dir\\`$R0\" -Force -Recurse" | ||
] | ||
"license": { | ||
"identifier": "GNU General Public License v3.0", | ||
"url": "https://github.com/Bin-Huang/chatbox/blob/main/LICENSE" | ||
}, | ||
"url": "https://download.chatboxai.app/releases/Chatbox-1.6.1-Setup.exe#/abgo_bucket_installer.exe", | ||
"hash": "919d4b1558a84882cb314515424312fdad653d6eb32140d4183a18093906e1b2", | ||
"shortcuts": [ | ||
[ | ||
"Chatbox.exe", | ||
"Chatbox" | ||
] | ||
], | ||
"pre_install": [ | ||
"$bucket=(scoop bucket list | where-Object { $_.Source -match '(gitee|github).com/abgox/abgo_bucket'})[0].Name", | ||
". \"$bucketsdir\\$bucket\\bin\\utils.ps1\"", | ||
"$path_installer=\"$dir\\abgo_bucket_installer.exe\"", | ||
"& $path_installer /S /D=$dir", | ||
"$core_exe=\"$dir\\Chatbox.exe\"", | ||
"sleep_install $core_exe", | ||
"persist_file -dir @(\"$user_AppData\\xyz.chatboxapp.app\") @(\"$persist_dir\\xyz.chatboxapp.app\")", | ||
"handle_app_lnk", | ||
"do_some_things" | ||
], | ||
"pre_uninstall": [ | ||
"$bucket=(scoop bucket list | where-Object { $_.Source -match '(gitee|github).com/abgox/abgo_bucket'})[0].Name", | ||
". \"$bucketsdir\\$bucket\\bin\\utils.ps1\"", | ||
"stop_process $false", | ||
"remove_files @(\"$user_AppData\\xyz.chatboxapp.app\")", | ||
"$ui_exe=\"$dir\\Uninstall Chatbox.exe\"", | ||
"try{ & $ui_exe /S }catch{}", | ||
"sleep_uninstall $ui_exe", | ||
"remove_files @(\"$user_LocalAppData\\xyz.chatboxapp.app-updater\")" | ||
], | ||
"checkver": { | ||
"url": "https://chatboxai.app/help-center/changelog", | ||
"regex": "<h3>v([\\d.]+) - \\d{4}.\\d{2}.\\d{2}</h3>" | ||
"url": "https://chatboxai.app/zh/help-center/changelog", | ||
"regex": "<h3>v([\\d\\.]+)" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.chatboxai.app/releases/Chatbox-$version-Setup.exe" | ||
} | ||
} | ||
"url": "https://download.chatboxai.app/releases/Chatbox-$version-Setup.exe#/abgo_bucket_installer.exe" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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,37 @@ | ||
{ | ||
"version": "1.6.0", | ||
"description": "User-friendly Desktop Client App for AI Models/LLMs", | ||
"homepage": "https://chatboxai.app/", | ||
"license": "GPL-3.0-or-later", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.chatboxai.app/releases/Chatbox-1.6.0-Setup.exe", | ||
"hash": "cf09c8809cb6aa30844d3efca64210b8cefb7831043e858deda5801a7a794550" | ||
} | ||
}, | ||
"installer": { | ||
"script": [ | ||
"$file = (Get-ChildItem \"$dir\" 'Chatbox*.exe' | Select-Object -First 1).FullName", | ||
"Expand-7ZipArchive \"$file\" \"$dir\\\" -Removal", | ||
"Expand-7ZipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", | ||
"Remove-Item \"$dir\\`$PLUGINSDIR\",\"$dir\\`$R0\" -Force -Recurse" | ||
] | ||
}, | ||
"shortcuts": [ | ||
[ | ||
"Chatbox.exe", | ||
"Chatbox" | ||
] | ||
], | ||
"checkver": { | ||
"url": "https://chatboxai.app/help-center/changelog", | ||
"regex": "<h3>v([\\d.]+) - \\d{4}.\\d{2}.\\d{2}</h3>" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.chatboxai.app/releases/Chatbox-$version-Setup.exe" | ||
} | ||
} | ||
} | ||
} |
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
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
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
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
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
Oops, something went wrong.