Skip to content

Commit

Permalink
chatbox: add 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Nov 9, 2023
1 parent 477a181 commit de9e4aa
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@ scoop config aria2-min-split-size 4M
| App | 自动更新 | 原创 |
| :--------------------: | :------: | :-----------------------------------------------------: | ----------------------------------------------------------- |
| AutoDarkMode |||
| ChatBox |||
| Clash-for-Windows || 复制于 [dorado](https://github.com/chawyehsu/dorado) |
| FileCentipede || √ (by @CronusLM) |
| LKY-Officetools || 复制于 [DoveBoy](hhttps://github.com/DoveBoy/Apps) |
| N-m3u8DL-RE |||
| RectangleWin |||
| Viber || | 复制于 [ScoopMaster](https://github.com/okibcn/ScoopMaster) |
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,10 @@ scoop config aria2-min-split-size 4M
| App | Auto-Update ? | Original ? |
| :--------------------: | :-----------: | :--------------------------------------------------------------: |
| AutoDarkMode |||
| ChatBox |||
| Clash-for-Windows || copied from [dorado](https://github.com/chawyehsu/dorado) |
| FileCentipede || √ (by @CronusLM) |
| LKY-Officetools || copied from [DoveBoy](hhttps://github.com/DoveBoy/Apps) |
| N-m3u8DL-RE |||
| RectangleWin |||
| Viber || copied from [ScoopMaster](https://github.com/okibcn/ScoopMaster) |
Expand Down
47 changes: 47 additions & 0 deletions bucket/chatbox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"version": "1.1.2",
"description": "A desktop app for ChatGPT API (OpenAI API) that supports Windows, Mac & Linux. 开源的 ChatGPT 桌面应用,prompt 开发神器,全平台支持",
"homepage": "https://github.com/Bin-Huang/chatbox",
"license": {
"identifier": "GPL-3.0 license",
"url": "https://github.com/Bin-Huang/chatbox/blob/main/LICENSE"
},
"url": "https://github.com/Bin-Huang/chatbox/releases/download/v1.1.2/Chatbox-1.1.2-Setup.exe#/dl.7z",
"hash": "8ff54c4566b43c31dc33b3db8691b6a25090f5d4cf02332218dc9d1d51133950",
"architecture": {
"64bit": {
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\" -Force -Recurse"
]
},
"arm64": {
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\" -Force -Recurse"
]
}
},
"installer": {
"script": [
"ensure \"$persist_dir\" | Out-Null",
"New-Item \"$env:APPDATA\\xyz.chatboxapp.app\" -ItemType Junction -Target \"$persist_dir\" | Out-Null"
]
},
"uninstaller": {
"script": "Remove-Item \"$env:APPDATA\\xyz.chatboxapp.app\" -Recurse -Force -ErrorAction 'SilentlyContinue'"
},
"shortcuts": [
[
"Chatbox.exe",
"Chatbox"
]
],
"checkver": {
"url": "https://api.github.com/repos/Bin-Huang/chatbox/releases",
"regex": "/releases/tag/v([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/Bin-Huang/chatbox/releases/download/v$version/Chatbox-$version-Setup.exe#/dl.7z"
}
}
32 changes: 32 additions & 0 deletions bucket/lky-officetools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "1.2.1.704",
"description": "一键自动化 下载、安装、激活 Office 的利器。",
"homepage": "https://github.com/OdysseusYuan/LKY_OfficeTools",
"license": {
"identifier": "GPL-3.0 license",
"url": "https://github.com/OdysseusYuan/LKY_OfficeTools/blob/master/LICENSE.txt"
},
"architecture": {
"64bit": {
"url": "https://github.com/OdysseusYuan/LKY_OfficeTools/releases/download/v1.2.1/LKY_OfficeTools_v1.2.1.704.zip",
"hash": "2b332aa4f4562f756d06a5487a64a1d357837dc50092063d4355d59dcaf8ceb8"
}
},
"shortcuts": [
[
"LKY_OfficeTools.exe",
"LKY_OfficeTools"
]
],
"checkver": {
"url": "https://api.github.com/repos/OdysseusYuan/LKY_OfficeTools/releases",
"regex": "(?sm)browser_download_url.*?releases/download/v(?<tag>[\\d.]+)/LKY_OfficeTools_v([\\d.]+).zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OdysseusYuan/LKY_OfficeTools/releases/download/v$matchTag/LKY_OfficeTools_v$version.zip"
}
}
}
}

0 comments on commit de9e4aa

Please sign in to comment.