{
    "version": "3.5.8.9",
    "description": "An All-In-One video converter and audio converter tool.",
    "homepage": "https://www.xmedia-recode.de/en/",
    "license": "Unknown",
    "architecture": {
        "64bit": {
            "url": "https://www.xmedia-recode.de/download/XMediaRecode3589_x64_setup.exe",
            "hash": "841220810f825599965927be59906caff54b60b2af094f040bf25687ae89a17f"
        },
        "32bit": {
            "url": "https://www.xmedia-recode.de/download/XMediaRecode3589_setup.exe",
            "hash": "d6a3ec1c092ee0bf907e706e07ff30f96d2c6ba2cebd8854f0588f5808e071d1"
        }
    },
    "innosetup": true,
    "pre_install": [
        "if (!(Test-Path \"$persist_dir\\Fav.ini\")) { New-Item \"$dir\\Fav.ini\" | Out-Null }",
        "if (!(Test-Path \"$persist_dir\\XMediaRecode.json\")) { Set-Content \"$dir\\XMediaRecode.json\" -Value '{}' -Encoding 'utf8' -Force }"
    ],
    "shortcuts": [
        [
            "XMedia Recode.exe",
            "XMedia Recode"
        ]
    ],
    "persist": [
        "XMediaRecode.json",
        "Fav.ini",
        "XMedia Recode"
    ],
    "checkver": {
        "url": "https://www.xmedia-recode.de/update/version.txt",
        "regex": "Version=([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.xmedia-recode.de/download/XMediaRecode$cleanVersion_x64_setup.exe"
            },
            "32bit": {
                "url": "https://www.xmedia-recode.de/download/XMediaRecode$cleanVersion_setup.exe"
            }
        }
    }
}
