2025-03-28 04:29:28 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.29.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.29.0/aichat-v0.29.0-x86_64-pc-windows-msvc.zip",
"hash": "132873890bda6a02fa34610c739e4a996c4c6b67cd20eb224c32301ec98f6c45"
},
"32bit": {
"url": "https://github.com/sigoden/aichat/releases/download/v0.29.0/aichat-v0.29.0-i686-pc-windows-msvc.zip",
"hash": "fbfc1292c1b40248a7b7565ce9d04cb6cf6a40f6a99bad537ae9fcb542984d6d"
}
},
"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"
}
}
}
}