{
    "version": "4.4",
    "description": "A utility that helps format and create bootable USB flash drives.",
    "homepage": "https://rufus.ie/",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/pbatard/rufus/releases/download/v4.4/rufus-4.4.exe#/rufus.exe",
            "hash": "42cdb16f6dd64c4fec30c7a71960fe4d0015862c37e7b02c8dba5c0d68384c74"
        },
        "32bit": {
            "url": "https://github.com/pbatard/rufus/releases/download/v4.4/rufus-4.4_x86.exe#/rufus.exe",
            "hash": "3dd2c19f81cf78d0d31add3c099f0bb99558b6c9e16c5b459065bcd2828e717f"
        },
        "arm64": {
            "url": "https://github.com/pbatard/rufus/releases/download/v4.4/rufus-4.4_arm64.exe#/rufus.exe",
            "hash": "d58c8ae1a54a68486918d595d02c533eb3baf0daa19b4f3cbf6283b95b89c0af"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\rufus.ini\")) { New-Item \"$dir\\rufus.ini\" | Out-Null }",
    "bin": "rufus.exe",
    "shortcuts": [
        [
            "rufus.exe",
            "Rufus"
        ]
    ],
    "persist": [
        "rufus.ini",
        "rufus_files"
    ],
    "checkver": {
        "github": "https://github.com/pbatard/rufus"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/pbatard/rufus/releases/download/v$version/rufus-$version.exe#/rufus.exe"
            },
            "32bit": {
                "url": "https://github.com/pbatard/rufus/releases/download/v$version/rufus-$version_x86.exe#/rufus.exe"
            },
            "arm64": {
                "url": "https://github.com/pbatard/rufus/releases/download/v$version/rufus-$version_arm64.exe#/rufus.exe"
            }
        }
    }
}
