2024-11-25 12:32:43 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.24.0",
"description": "A powerful chatgpt cli",
"homepage": "https://github.com/sigoden/aichat",
"license": "MIT|Apache",
"architecture": {
"64bit": {
"url": "https://github.com/sigoden/aichat/releases/download/v0.24.0/aichat-v0.24.0-x86_64-pc-windows-msvc.zip",
"hash": "3ea2b53b516802a10bfbf47ebf95a14e46e5fb8faa15793c0b866a6db79bc812"
},
"32bit": {
"url": "https://github.com/sigoden/aichat/releases/download/v0.24.0/aichat-v0.24.0-i686-pc-windows-msvc.zip",
"hash": "7dba91ffe68c1137d0e93d351210475152f4e400d9b47e8afec8c4007d1ee4fc"
}
},
"bin": "aichat.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sigoden/aichat/releases/download/v$version/aichat-v$version-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/sigoden/aichat/releases/download/v$version/aichat-v$version-i686-pc-windows-msvc.zip"
}
}
}
}