2023-11-06 08:26:59 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.9.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.9.0/aichat-v0.9.0-x86_64-pc-windows-msvc.zip",
"hash": "a7b80fb23ed412371566944230914b7939b305d8984ee8fdbcf67f3d8e182628"
},
"32bit": {
"url": "https://github.com/sigoden/aichat/releases/download/v0.9.0/aichat-v0.9.0-i686-pc-windows-msvc.zip",
"hash": "0e17f5b34e270acf644d3e5c1f94846a26514931c1ee3d98d2596203b1e1f931"
}
},
"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"
}
}
}
}