{
    "version": "0.13.1",
    "description": "A simple and clean music player",
    "homepage": "https://museeks.io",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/martpie/museeks/releases/download/0.13.1/museeks-x64-setup.exe#/dl.7z",
            "hash": "6d320d42fc089963048e6f14dac77aa075dd71fc3b8b31410363874eedf7e85a",
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
        },
        "32bit": {
            "url": "https://github.com/martpie/museeks/releases/download/0.13.1/museeks-ia32-setup.exe#/dl.7z",
            "hash": "aeba3b3a774a21403b318fc78ff6d85a24b3eff48b660986810b487b05fce8d1",
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\""
        }
    },
    "post_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*.exe\" -Recurse",
    "bin": "Museeks.exe",
    "shortcuts": [
        [
            "Museeks.exe",
            "Museeks"
        ]
    ],
    "checkver": {
        "github": "https://github.com/martpie/museeks"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/martpie/museeks/releases/download/$version/museeks-x64-setup.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/martpie/museeks/releases/download/$version/museeks-ia32-setup.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
