{
    "version": "5.0.8",
    "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/v5.0.8/QGroundControl-installer.exe#/dl.7z",
            "hash": "f0950040488fc858d002133e8c50401520b4a3c9bf202b7635cdd41af7c97054"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\bin\\vc_red*\", \"$dir\\*uninsta*exe\" -Recurse",
    "bin": "bin\\QGroundControl.exe",
    "shortcuts": [
        [
            "bin\\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"
            }
        }
    }
}
