{
    "version": "4.3.0",
    "description": "Intuitive and Powerful Ground Control Station for the MAVLink protocol",
    "homepage": "http://qgroundcontrol.com",
    "license": "Apache-2.0|GPL-3.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/mavlink/qgroundcontrol/releases/download/v4.3.0/QGroundControl-installer.exe#/dl.7z",
            "hash": "9b56ce663b785f8a6c77e3eaf102e02a894a073924261010d645656b3419b654"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\vc_red*\", \"$dir\\*uninsta*exe\" -Recurse",
    "bin": "QGroundControl.exe",
    "shortcuts": [
        [
            "QGroundControl.exe",
            "QGroundControl"
        ]
    ],
    "checkver": {
        "github": "https://github.com/mavlink/qgroundcontrol"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mavlink/qgroundcontrol/releases/download/v$version/QGroundControl-installer.exe#/dl.7z"
            }
        }
    }
}
