{
    "version": "2.3.2",
    "description": "A Qt and C++ GUI for Rizin reverse engineering framework.",
    "homepage": "https://cutter.re",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/rizinorg/cutter/releases/download/v2.3.2/cutter-v2.3.2-Windows-x86_64.zip",
            "hash": "e53a137809a610f939ce13744640f0da67369e87fdb1b2545be3e417c7781c8e",
            "extract_dir": "Cutter-v2.3.2-Windows-x86_64"
        }
    },
    "bin": [
        "cutter.exe",
        "rizin.exe",
        "rz-ax.exe",
        "rz-bin.exe",
        "rz-diff.exe",
        "rz-find.exe",
        "rz-gg.exe",
        "rz-hash.exe",
        "rz-run.exe"
    ],
    "shortcuts": [
        [
            "cutter.exe",
            "Cutter"
        ]
    ],
    "checkver": {
        "github": "https://github.com/rizinorg/cutter"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/rizinorg/cutter/releases/download/v$version/cutter-v$version-Windows-x86_64.zip",
                "extract_dir": "Cutter-v$version-Windows-x86_64"
            }
        }
    }
}
