{
    "version": "1.7",
    "homepage": "https://www.sordum.org/restart-explorer",
    "description": "A small tool for restarting the Windows File Explorer.",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.sordum.org/eula/"
    },
    "url": "https://www.sordum.org/files/download/restart-explorer/Rexplorer_v1.7.zip",
    "hash": "0cd4fe0ee1d9f87a4635ff3742ef656b31cb04c0b6fa782febec6b2c687ae88c",
    "extract_dir": "Rexplorer",
    "pre_install": [
        "if ($architecture -eq '32bit') {Remove-Item \"$dir\\Rexplorer_x64.exe\"}",
        "elseif ($architecture -eq '64bit') {Remove-Item \"$dir\\Rexplorer.exe\"; Rename-Item \"$dir\\Rexplorer_x64.exe\" 'Rexplorer.exe'}"
    ],
    "bin": "Rexplorer.exe",
    "shortcuts": [
        [
            "Rexplorer.exe",
            "Restart Explorer"
        ]
    ],
    "checkver": "Restart\\sExplorer\\sv([\\d.]+)",
    "autoupdate": {
        "url": "https://www.sordum.org/files/download/restart-explorer/Rexplorer_v$version.zip"
    }
}
