{
    "version": "7.22",
    "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-722.exe#/dl.7z",
            "hash": "d669f4e15e9b8fde6e6dcc47697fc5a38b77e1fd5c608cf6423e4eba8df62498"
        }
    },
    "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"
            }
        }
    }
}
