{
    "##": [
        "Deprecated since 2024-12-10 in favor of a paid version, v1.6.3 was last free version.",
        "Cider-Setup-1.6.3.exe was taken down, both from GitHub releases and the SourceForge mirror."
    ],
    "version": "1.6.3",
    "description": "Cross-platform Apple Music client",
    "license": "AGPL-3.0-or-later",
    "homepage": "https://cider.sh",
    "architecture": {
        "64bit": {
            "url": "https://github.com/ciderapp/Cider/releases/download/v1.6.3/Cider-Setup-1.6.3.exe#/dl.7z",
            "hash": "sha512:be05df08e9558b3313743abf99b4f99fd3fdceef2384e2a870b885f0145b62bf33e633b93d5f0d5fc7522d4605c5c11cc31fb9ee6ecb054182db3c9f4390483b"
        }
    },
    "pre_install": [
        "# There is a symlink 'python3' in node_modules that points to '/usr/python3'",
        "# ,which is not applicable on Windows and cause error in 7-zip extraction",
        "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Switches '-xr!python3'",
        "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\" -Recurse -Force"
    ],
    "shortcuts": [
        [
            "Cider.exe",
            "Cider"
        ]
    ],
    "checkver": {
        "github": "https://github.com/ciderapp/Cider"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ciderapp/Cider/releases/download/v$version/Cider-Setup-$version.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "sha512:\\s+$base64"
                }
            }
        }
    }
}
