From dbe79647160131922432b4a6b573330118e61b88 Mon Sep 17 00:00:00 2001
From: Stable Genius
diff --git a/bucket/airi.json b/bucket/airi.json
new file mode 100644
index 000000000..4c1de1651
--- /dev/null
+++ b/bucket/airi.json
@@ -0,0 +1,35 @@
+{
+ "version": "0.9.0-alpha.12",
+ "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.12/AIRI-0.9.0-alpha.12-windows-x64-setup.exe#/dl.7z",
+ "hash": "cf4698c7c483ce58e81e05b08a5015a753243e79c54aa2e4baec81c92041e5a7"
+ }
+ },
+ "extract_dir": "$PLUGINSDIR",
+ "pre_install": [
+ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
+ "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse"
+ ],
+ "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"
+ }
+ }
+}