{
    "version": "3.09",
    "description": "Program for determining types of files",
    "homepage": "http://ntinfo.biz",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/horsicq/DIE-engine/releases/download/3.09/die_win64_qt6_portable_3.09_x64.zip",
            "hash": "86fe289c6cc17346df3ff69e8ec960cc41949b8e7e039757c82a403c8eb515e3"
        },
        "32bit": {
            "url": "https://github.com/horsicq/DIE-engine/releases/download/3.09/die_win32_portable_3.09_x86.zip",
            "hash": "7cdc3c3e33e23cc04463dc2c463c5d9dd7f746ee5dbacb280657e29b5d75b39a"
        }
    },
    "pre_install": [
        "'die.ini', 'shortcuts.ini' | ForEach-Object {",
        "   if(!(Test-Path \"$persist_dir\\$_\")) {New-Item \"$dir\\$_\" -ItemType File | Out-Null}",
        "}"
    ],
    "bin": "diec.exe",
    "shortcuts": [
        [
            "die.exe",
            "Detect It Easy"
        ]
    ],
    "persist": [
        "die.ini",
        "shortcuts.ini",
        "db",
        "info",
        "qss",
        "signatures"
    ],
    "checkver": {
        "github": "https://github.com/horsicq/DIE-engine"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/horsicq/DIE-engine/releases/download/$version/die_win64_qt6_portable_$version_x64.zip"
            },
            "32bit": {
                "url": "https://github.com/horsicq/DIE-engine/releases/download/$version/die_win32_portable_$version_x86.zip"
            }
        }
    }
}
