{
    "version": "0.64.0",
    "description": "Desktop application for Aider AI assistant",
    "homepage": "https://github.com/hotovo/aider-desk",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/hotovo/aider-desk/releases/download/v0.64.0/aider-desk-0.64.0-setup.exe#/dl.7z",
            "hash": "sha512:d2c7d110ada0f3a5664cfd8b71f4ebdd20feed828084dd9650519f64704c1940fc06124bc452451061a421a4ff57198ae76bbc0378938b7532e997a14362b32e",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Recurse"
            ]
        }
    },
    "post_uninstall": "Remove-Item \"$env:APPDATA\\aider-desk\" -Recurse -Force",
    "env_set": {
        "AIDER_DESK_DATA_DIR": "$persist_dir\\appdata"
    },
    "shortcuts": [
        [
            "Aider-desk.exe",
            "Aider Desk"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/hotovo/aider-desk/releases/download/v$version/aider-desk-$version-setup.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s+$base64"
        }
    }
}
