{
    "version": "7.43",
    "description": "Yet another typical ZIP archiver",
    "homepage": "http://www.bandisoft.com/bandizip/",
    "license": {
        "identifier": "Freeware",
        "url": "https://en.bandisoft.com/bandizip/eula/"
    },
    "url": "https://bandisoft.app/bandizip/BANDIZIP-PORTABLE.ZIP",
    "hash": "00b1d4634147bf5ae1d7dc8aef33d38a4409951394677fe798d540a0f7d719d8",
    "architecture": {
        "64bit": {
            "pre_install": "Rename-Item \"$dir\\Bandizip.x64.exe\" 'Bandizip.exe'"
        },
        "32bit": {
            "pre_install": "Rename-Item \"$dir\\Bandizip.x86.exe\" 'Bandizip.exe'"
        }
    },
    "installer": {
        "script": [
            "Get-ChildItem \"$dir\\Bandizip.x*.exe\" | Remove-Item",
            "if (!(Test-Path \"$persist_dir\\Bandizip.ini\")) { New-Item \"$dir\\Bandizip.ini\" | Out-Null }"
        ]
    },
    "bin": "Bandizip.exe",
    "shortcuts": [
        [
            "Bandizip.exe",
            "Bandizip"
        ]
    ],
    "persist": "Bandizip.ini",
    "checkver": {
        "url": "https://en.bandisoft.com/bandizip/history/",
        "regex": "v([\\d.]+)</"
    },
    "autoupdate": {
        "url": "https://bandisoft.app/bandizip/BANDIZIP-PORTABLE.ZIP"
    }
}
