{
    "version": "5.12",
    "description": "Raw image processor",
    "homepage": "https://rawtherapee.com",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/RawTherapee/RawTherapee/releases/download/5.12/RawTherapee_5.12_win64_release.exe",
            "hash": "fe0ab7e0e647130641a13cfaf54543c63efcc62a8da97acb9cde92c1bc255b8c"
        }
    },
    "pre_install": [
        "Get-ChildItem \"$dir\\RawTherapee*.exe\" | Rename-Item -NewName 'setup.exe'",
        "Expand-InnoArchive -Path \"$dir\\setup.exe\" -Removal"
    ],
    "bin": [
        "rawtherapee.exe",
        "rawtherapee-cli.exe"
    ],
    "shortcuts": [
        [
            "rawtherapee.exe",
            "RawTherapee"
        ]
    ],
    "checkver": {
        "github": "https://github.com/RawTherapee/RawTherapee"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/RawTherapee/RawTherapee/releases/download/5.12/RawTherapee_5.12_win64_release.exe"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
