{
    "version": "4.14",
    "description": "A utility that helps format and create bootable USB flash drives (beta version).",
    "homepage": "https://rufus.ie/",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/pbatard/rufus/releases/download/v4.14/rufus-4.14.exe#/rufus.exe",
            "hash": "9fcad316c82ba3d0c3130c9f43fb0fe147e9eb62e1bf830716a0bbb6c58d24ee"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\rufus.ini\")) { New-Item \"$dir\\rufus.ini\" | Out-Null }",
    "bin": "rufus.exe",
    "shortcuts": [
        [
            "rufus.exe",
            "Rufus Beta"
        ]
    ],
    "persist": [
        "rufus.ini",
        "rufus_files"
    ],
    "checkver": {
        "github": "https://api.github.com/repos/pbatard/rufus/releases?per_page=1",
        "jsonpath": "$[0].tag_name",
        "regex": "v([\\w._]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/pbatard/rufus/releases/download/v$version/rufus-$version.exe#/rufus.exe"
            }
        }
    }
}
