{
    "version": "0.2.0",
    "description": "Reduce audio latency on Windows 10.",
    "homepage": "https://github.com/miniant-git/REAL",
    "license": "MIT",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/miniant-git/REAL/releases/download/updater-v2/REAL.exe",
            "hash": "d9767fd0e29a9fcdd274282de81c82d7b8fb16f268fa2a7cec50c01d0dd3c4ad"
        }
    },
    "pre_install": "if ([Environment]::OSVersion.Version.Major -lt 10) { throw 'Windows 10 is required' }",
    "bin": "REAL.exe",
    "shortcuts": [
        [
            "REAL.exe",
            "Reduce Audio Latency",
            "--tray"
        ]
    ],
    "checkver": {
        "github": "https://github.com/miniant-git/REAL",
        "regex": "[>\"]REAL\\s+v([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/miniant-git/REAL/releases/download/updater-v2/REAL.exe"
            }
        }
    }
}
