2024-10-24 12:32:21 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.23.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.23.0/aichat-v0.23.0-x86_64-pc-windows-msvc.zip",
"hash": "95c56914b24f6d7dc4f45a044c1713d8b55fa31d443c28594d68e7263a6268f2"
},
"32bit": {
"url": "https://github.com/sigoden/aichat/releases/download/v0.23.0/aichat-v0.23.0-i686-pc-windows-msvc.zip",
"hash": "1e45779d0b65569ed45aee618dd2d2472a1cf4e44622e1b801a9f8cee921d633"
}
},
"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"
}
}
}
}