{
    "version": "20240128-202157-1e552d76",
    "description": "GPU-accelerated terminal emulator",
    "homepage": "https://github.com/wez/wezterm",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/wez/wezterm/releases/download/20240128-202157-1e552d76/WezTerm-windows-20240128-202157-1e552d76.zip",
            "hash": "74f71dd9cd27ee91d588647006c70ffa92a6adcb8a252b665e9d29297412ee81"
        }
    },
    "extract_dir": "WezTerm-windows-20240128-202157-1e552d76",
    "bin": [
        "wezterm.exe",
        "wezterm-gui.exe"
    ],
    "shortcuts": [
        [
            "wezterm-gui.exe",
            "Wezterm"
        ]
    ],
    "checkver": {
        "github": "https://github.com/wez/wezterm",
        "regex": "WezTerm-windows-([\\w-]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/wez/wezterm/releases/download/$version/WezTerm-windows-$version.zip"
            }
        },
        "extract_dir": "WezTerm-windows-$version"
    }
}
