{
    "version": "1.5",
    "homepage": "https://www.sordum.org/runastool",
    "description": "A simple app that allows users to run a specific program with administrator privileges without the need to enter the administrator password.",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.sordum.org/eula/"
    },
    "url": "https://www.sordum.org/files/download/runastool/RunAsTool.zip",
    "hash": "bfe64c76792dc3dd40206895ed49c0ca462f6f618485060c96fa2d57dddc1e60",
    "extract_dir": "RunAsTool",
    "architecture": {
        "64bit": {
            "pre_install": "Remove-Item \"$dir\\RunAsTool.exe\" | Out-Null; Rename-Item \"$dir\\RunAsTool_x64.exe\" 'RunAsTool.exe' | Out-Null"
        },
        "32bit": {
            "pre_install": "Remove-Item \"$dir\\RunAsTool_x64.exe\" | Out-Null"
        }
    },
    "bin": "RunAsTool.exe",
    "shortcuts": [
        [
            "RunAsTool.exe",
            "RunAsTool"
        ]
    ],
    "persist": "RunAsTool.ini",
    "checkver": "RunAsTool\\sv([\\d.]+)",
    "autoupdate": {
        "url": "https://www.sordum.org/files/download/runastool/RunAsTool.zip"
    }
}
