airi/bucket/airi.json
Matt Van Horn 9fadca2cde
fix(bucket): update Scoop manifest to v0.9.0-alpha.18 (#1430)
---------

Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
Co-authored-by-agent: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 23:45:26 +08:00

34 lines
1.1 KiB
JSON

{
"version": "0.9.0-alpha.18",
"description": "A self-hosted AI companion desktop app with voice chat and game integrations",
"homepage": "https://airi.moeru.ai/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.18/AIRI-0.9.0-alpha.18-windows-x64-setup.exe#/dl.7z",
"hash": "42a3b620322bcc30d6a5af7920e9bec734d4835d7dc7183321dacc5948c8dde6"
}
},
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\", \"$dir\\`$R1\", \"$dir\\Uninstall*\", \"$dir\\nsProcess*\" -Force -Recurse -ErrorAction SilentlyContinue"
],
"shortcuts": [
[
"airi.exe",
"AIRI"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/moeru-ai/airi/releases/download/v$version/AIRI-$version-windows-x64-setup.exe#/dl.7z"
}
},
"hash": {
"url": "$baseurl/latest.yml",
"regex": "sha512:\\s$base64"
}
}
}