{
    "version": "0.4.434",
    "description": "Alternative desktop environment for Windows",
    "homepage": "https://cairoshell.com",
    "license": "Apache-2.0",
    "notes": ".NET 4.7.1 is required",
    "architecture": {
        "64bit": {
            "url": "https://github.com/cairoshell/cairoshell/releases/download/v0.4.434/CairoSetup_64bit.exe#/dl.7z",
            "hash": "dc22970c3b80af4298aab1a664f0785fcef906adb0eb897a14d814916d0625c5"
        },
        "32bit": {
            "url": "https://github.com/cairoshell/cairoshell/releases/download/v0.4.434/CairoSetup_32bit.exe#/dl.7z",
            "hash": "483ac0d69dbae4d96c6a74a27b6b9faa1e40e3c1c016fd9022edfa4509b9d94c"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",
    "bin": "CairoDesktop.exe",
    "shortcuts": [
        [
            "CairoDesktop.exe",
            "Cairo Desktop"
        ]
    ],
    "checkver": {
        "url": "https://cairoshell.github.io/appdescriptor.rss",
        "regex": ">Cairo Desktop\\s+([\\d.]+)</"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/cairoshell/cairoshell/releases/download/v$version/CairoSetup_64bit.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/cairoshell/cairoshell/releases/download/v$version/CairoSetup_32bit.exe#/dl.7z"
            }
        }
    }
}
