{
    "version": "1.6.2",
    "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.2/Cider-Setup-1.6.2.exe#/dl.7z",
            "hash": "99ac83682dff58dd3fddd300ddd8334287f9f204b1711984298557dc785d0192"
        }
    },
    "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"
                }
            }
        }
    }
}
