{
    "version": "10.10.0",
    "description": "A configuration tool for the Betaflight flight control system",
    "homepage": "https://betaflight.com",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/betaflight/betaflight-configurator/releases/download/10.10.0/betaflight-configurator_10.10.0_win64-installer.exe",
            "hash": "82f6c0ab9e31c23852c856bd8ab5ed0a94d2560d9cd4d24a218ffb39a006d310"
        }
    },
    "innosetup": true,
    "pre_install": "Remove-Item \"$dir\\uninstall*\" -Recurse",
    "bin": "betaflight-configurator.exe",
    "shortcuts": [
        [
            "betaflight-configurator.exe",
            "Betaflight Configurator"
        ]
    ],
    "checkver": {
        "github": "https://github.com/betaflight/betaflight-configurator"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/betaflight/betaflight-configurator/releases/download/$version/betaflight-configurator_$version_win64-installer.exe"
            }
        }
    }
}
