{
    "version": "5.5.0.1488",
    "description": "Utility for data recovery, disk partition management, backup & restore",
    "homepage": "https://www.diskgenius.com",
    "license": "Unknown",
    "architecture": {
        "64bit": {
            "url": "https://engdownload.eassos.cn/winpe/DGEng5501488_x64.zip",
            "hash": "d1e72d813fe516035c3e448ce759cd6b7e3d06cfc86e48f6b95229c86693f5bb"
        },
        "32bit": {
            "url": "https://engdownload.eassos.cn/winpe/DGEng5501488_x86.zip",
            "hash": "fd3eed824fbdfd36f6958b19b58c612c6a678acf0c181d6187814b6703dc402c"
        }
    },
    "extract_dir": "DiskGenius",
    "pre_install": "if (!(Test-Path \"$persist_dir\\Options.ini\")) { New-Item \"$dir\\Options.ini\" | Out-Null }",
    "bin": "DiskGenius.exe",
    "shortcuts": [
        [
            "DiskGenius.exe",
            "DiskGenius"
        ]
    ],
    "persist": "Options.ini",
    "checkver": {
        "url": "https://internal.eassos.com/update/diskgenius/update.php",
        "regex": "\\[([\\d.]+)\\]"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://engdownload.eassos.cn/winpe/DGEng$cleanVersion_x64.zip"
            },
            "32bit": {
                "url": "https://engdownload.eassos.cn/winpe/DGEng$cleanVersion_x86.zip"
            }
        }
    }
}
