{
    "version": "2.4.1",
    "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.4.1/cutter-v2.4.1-Windows-x86_64.zip",
            "hash": "7156882b79870355f25fb273f36a313b71e0e76cd97e5a5765db4d163da39175",
            "extract_dir": "Cutter-v2.4.1-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"
            }
        }
    }
}
