-
Notifications
You must be signed in to change notification settings - Fork 69
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
Showing
4 changed files
with
83 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
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 |
---|---|---|
@@ -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" | ||
} | ||
} |
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,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" | ||
} | ||
} | ||
} | ||
} |