{
    "version": "4.7-beta1",
    "description": "A feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface.",
    "homepage": "https://godotengine.org/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/godotengine/godot-builds/releases/download/4.7-beta1/Godot_v4.7-beta1_mono_win64.zip",
            "hash": "sha512:4b46b5198315357b01a696ba3a2c9305a16cc0b513e431d6d3f553c28b3b5a5bd6adfae6e0aed48fa768152f776b39994168e52a3f16476ec4b7859e6a58f588",
            "extract_dir": "Godot_v4.7-beta1_mono_win64"
        },
        "32bit": {
            "url": "https://github.com/godotengine/godot-builds/releases/download/4.7-beta1/Godot_v4.7-beta1_mono_win32.zip",
            "hash": "sha512:677c45397e4a893d8b9e48b0d55e3c0957ad53824e98668a981b3cfd20fbabb7713a6ff5dab7bc8be8221406e3145faf141d90b91fd27e005200b9a1fa840a5d",
            "extract_dir": "Godot_v4.7-beta1_mono_win32"
        },
        "arm64": {
            "url": "https://github.com/godotengine/godot-builds/releases/download/4.7-beta1/Godot_v4.7-beta1_mono_windows_arm64.zip",
            "hash": "sha512:248f5eefada59041685e683aafd3b4f0313148f6b2f25472660a7e3e6c3ec402578f9ad08a9679ce93f4d45e6da0b7c8c41d1c9d03be79d8ba5fd91a18af8406",
            "extract_dir": "Godot_v4.7-beta1_mono_windows_arm64"
        }
    },
    "pre_install": [
        "Get-Item \"$dir\\Godot_*_console.exe\" | Rename-Item -NewName 'godot-mono.console.exe'",
        "Get-Item \"$dir\\Godot_*.exe\" | Rename-Item -NewName 'godot-mono.exe'"
    ],
    "bin": [
        [
            "godot-mono.console.exe",
            "godot-mono"
        ]
    ],
    "shortcuts": [
        [
            "godot-mono.exe",
            "Godot Engine (Mono)"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/godotengine/godot-builds/tags",
        "jsonpath": "$[?(@.name =~ /^[\\d.]+-beta\\d+$/)].name"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/godotengine/godot-builds/releases/download/$version/Godot_v$version_mono_win64.zip",
                "extract_dir": "Godot_v$version_mono_win64"
            },
            "32bit": {
                "url": "https://github.com/godotengine/godot-builds/releases/download/$version/Godot_v$version_mono_win32.zip",
                "extract_dir": "Godot_v$version_mono_win32"
            },
            "arm64": {
                "url": "https://github.com/godotengine/godot-builds/releases/download/$version/Godot_v$version_mono_windows_arm64.zip",
                "extract_dir": "Godot_v$version_mono_windows_arm64"
            }
        },
        "hash": {
            "url": "$baseurl/SHA512-SUMS.txt"
        }
    }
}
