{
    "version": "6.24",
    "description": "Powerful archive manager",
    "homepage": "https://rarlab.com/",
    "license": {
        "identifier": "Shareware",
        "url": "https://www.win-rar.com/gtb_priv.html?&L=0"
    },
    "notes": "Set up context menu within settings window.",
    "architecture": {
        "64bit": {
            "url": "https://www.rarlab.com/rar/winrar-x64-624.exe#/dl.7z",
            "hash": "794481dbbc9009a2565726fb5b4a4ab2fe216ff9edbb08951548ee765de9b4a6"
        },
        "32bit": {
            "url": "https://www.rarlab.com/rar/winrar-x32-624.exe#/dl.7z",
            "hash": "c8ad5d77a2882ad8fee57fff69d8f90d58cb7490b5d1cdf5571472f5fa8c7cdc"
        }
    },
    "pre_install": [
        "if (!(Test-Path \"$persist_dir\\rarreg.key\")) { New-Item \"$dir\\rarreg.key\" | Out-Null }",
        "if (!(Test-Path \"$persist_dir\\WinRar.ini\")) { New-Item \"$dir\\WinRar.ini\" | Out-Null }"
    ],
    "bin": [
        "Rar.exe",
        "UnRAR.exe",
        "WinRAR.exe"
    ],
    "shortcuts": [
        [
            "WinRAR.exe",
            "WinRAR"
        ]
    ],
    "persist": [
        "rarreg.key",
        "WinRar.ini",
        "Themes"
    ],
    "checkver": "WinRAR and RAR ([\\d.]+) release",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.rarlab.com/rar/winrar-x64-$cleanVersion.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://www.rarlab.com/rar/winrar-x32-$cleanVersion.exe#/dl.7z"
            }
        }
    }
}
