{
    "version": "2026.428.130031",
    "description": "A Gamestream host for Moonlight",
    "homepage": "https://github.com/LizardByte/Sunshine",
    "license": "GPL-3.0-only",
    "notes": [
        "Check the '$dir\\scripts' folder to setup the service and firewall rules.",
        "Sunshine can be configured at https://localhost:47990/ by default."
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/LizardByte/Sunshine/releases/download/v2026.428.130031/Sunshine-Windows-AMD64-portable.zip",
            "hash": "178e0a36a347524d6e066dd3a5f3f9b385647b7c1cf14c1c5e3dcb26df640f23"
        }
    },
    "extract_dir": "Sunshine",
    "pre_install": "Set-Content -Path \"$dir\\sunshine.bat\" -Value (@('@echo off', 'pushd %~dp0 && sunshine.exe %* && popd') -join \"`r`n\")",
    "bin": [
        "sunshine.bat",
        "tools\\dxgi-info.exe",
        "tools\\audio-info.exe"
    ],
    "shortcuts": [
        [
            "sunshine.exe",
            "Sunshine"
        ]
    ],
    "persist": "config",
    "checkver": {
        "github": "https://api.github.com/repos/LizardByte/Sunshine/releases",
        "jsonpath": "$[0].tag_name",
        "regex": "\\Av([\\d.]+)\\Z"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/LizardByte/Sunshine/releases/download/v$version/Sunshine-Windows-AMD64-portable.zip"
            }
        }
    }
}
