2024-06-01 04:27:19 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.18.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.18.0/aichat-v0.18.0-x86_64-pc-windows-msvc.zip",
"hash": "0dda721069cf0197a6e26369d317a7f6b709a242c9d9e34c2fe12d218705ab00"
},
"32bit": {
"url": "https://github.com/sigoden/aichat/releases/download/v0.18.0/aichat-v0.18.0-i686-pc-windows-msvc.zip",
"hash": "34948a3c1faea06856714b1ab21a8f722cde27024756b936323807e749b961f0"
}
},
"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"
}
}
}
}