{
    "##": [
        "The requirements are listed in https://github.com/TASVideos/BizHawk-Prereqs/blob/master/README",
        "The list of firmware-specific directories to persist comes from the base directories listed in BizHawk's /src/BizHawk.Client.Common/config/PathEntryCollection.cs"
    ],
    "version": "2.11.1",
    "description": "Multi system emulator",
    "homepage": "https://tasvideos.org/BizHawk.html",
    "license": "MIT",
    "notes": ".NET Framework 4.8 is required.",
    "suggest": {
        "vcredist": [
            "extras/vcredist2010",
            "extras/vcredist2022"
        ]
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/TASVideos/BizHawk/releases/download/2.11.1/BizHawk-2.11.1-win-x64.zip",
            "hash": "dd7cbd5e205b09c5bce6afabc4f8aa525acc0bbeb9753b198a8db3fe6a5e5717"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\config.ini\")) { New-Item \"$dir\\config.ini\" | Out-Null }",
    "bin": [
        "EmuHawk.exe",
        [
            "EmuHawk.exe",
            "BizHawk"
        ],
        "DiscoHawk.exe"
    ],
    "shortcuts": [
        [
            "EmuHawk.exe",
            "BizHawk"
        ],
        [
            "DiscoHawk.exe",
            "DiscoHawk"
        ]
    ],
    "persist": [
        "config.ini",
        "ExternalTools",
        "Firmware",
        "Lua",
        "Movies",
        "shaders",
        "Tools",
        "AmstradCPC",
        "Apple II",
        "Atari 2600",
        "Atari 7800",
        "C64",
        "Coleco",
        "Dual Gameboy",
        "Game Gear",
        "Gameboy",
        "GB3x",
        "GB4x",
        "GBA",
        "Genesis",
        "Intellivision",
        "Libretro",
        "Lynx",
        "Melon",
        "MSX",
        "N64",
        "NDS",
        "NES",
        "NGP",
        "O2",
        "PC Engine",
        "PCFX",
        "PSX",
        "Saturn",
        "SG-1000",
        "SMS",
        "SNES",
        "TI83",
        "VB",
        "VEC",
        "WonderSwan",
        "ZXSpectrum"
    ],
    "checkver": {
        "url": "https://tasvideos.org/Bizhawk/ReleaseHistory",
        "regex": ">\\s*BizHawk\\s*([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/TASVideos/BizHawk/releases/download/$version/BizHawk-$version-win-x64.zip"
            }
        }
    }
}
