{
    "version": "23.10.22",
    "description": "A video and audio player which can play most formats and codecs.",
    "homepage": "https://github.com/zaps166/QMPlay2",
    "license": "LGPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/zaps166/QMPlay2/releases/download/23.10.22/QMPlay2-Win64-23.10.22.exe#/dl.7z",
            "hash": "e7e76e8d1df47a5a77cfff754a766de90bdb50fcb64444afaee1261d0a197d2f"
        },
        "32bit": {
            "url": "https://github.com/zaps166/QMPlay2/releases/download/23.10.22/QMPlay2-Win32-23.10.22.exe#/dl.7z",
            "hash": "6d9feb46a102790e774e7044d7d5c19a1561ae3fb7ef91b069bc56231f90f42e"
        }
    },
    "post_install": [
        "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Unins*\" -Force -Recurse",
        "New-Item \"$dir\\portable\" -ErrorAction SilentlyContinue | Out-Null"
    ],
    "bin": "QMPlay2.exe",
    "shortcuts": [
        [
            "QMPlay2.exe",
            "QMPlay2"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/zaps166/QMPlay2/releases/download/$version/QMPlay2-Win64-$version.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/zaps166/QMPlay2/releases/download/$version/QMPlay2-Win32-$version.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "https://github.com/zaps166/QMPlay2/releases/tag/$version"
        }
    }
}
