{
    "version": "2025.924.154138",
    "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/v2025.924.154138/Sunshine-Windows-AMD64-portable.zip",
            "hash": "ca1045c330618ab2a1a878e41c00b934efb05177e2116016e30f244b91c7626f"
        }
    },
    "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",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/LizardByte/Sunshine/releases/download/v$version/Sunshine-Windows-AMD64-portable.zip"
            }
        }
    }
}
