{
    "version": "3.6.2.8",
    "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/XMediaRecode3628_x64_setup.exe",
            "hash": "d49be8a7e28c660a07dd5c2597dc473edae8066ffe96bc4cfea752ce62e4385c"
        },
        "32bit": {
            "url": "https://www.xmedia-recode.de/download/XMediaRecode3628_setup.exe",
            "hash": "1bc77499ca10a924226f218fadae93e55d1578c48166ce737fd9bddded57d7e6"
        }
    },
    "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"
            }
        }
    }
}
