{
    "version": "1.12.3",
    "description": "Kubernates container management tool that can build, push, and pull images and run containers.",
    "homepage": "https://rancherdesktop.io/",
    "license": "Apache-2.0",
    "notes": [
        "Rancher Desktop requires WSL (Windows Subsystem for Linux) to work properly.",
        "Learn more about WSL: https://aka.ms/wsl2"
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/rancher-sandbox/rancher-desktop/releases/download/v1.12.3/Rancher.Desktop.Setup.1.12.3.msi",
            "hash": "sha512:098f434a8af81034937e77c47f2956ee62a1cd6f0914cd9be29ebfea5bc324577c09f0829796cc1a0897f028cb5d32a50f341cc516936d0e10cd51f8c42e9ebf"
        }
    },
    "extract_dir": "Rancher Desktop",
    "env_add_path": [
        "resources\\resources\\win32\\bin",
        "resources\\resources\\linux\\bin"
    ],
    "shortcuts": [
        [
            "Rancher Desktop.exe",
            "Rancher Desktop"
        ]
    ],
    "checkver": {
        "github": "https://github.com/rancher-sandbox/rancher-desktop"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/rancher-sandbox/rancher-desktop/releases/download/v$version/Rancher.Desktop.Setup.$version.msi",
                "hash": {
                    "url": "$url.sha512sum"
                }
            }
        }
    }
}
