{
    "version": "4.7-dev5",
    "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-dev5/Godot_v4.7-dev5_win64.exe.zip",
            "hash": "sha512:d8505a89940a89a75375b1dd4353675e24971ecb864b86a2f71389eb0e6a12d69fd04820f2fd6e46410b6e27ef0183e59573804c336b8845d576f863dd91eef8"
        },
        "32bit": {
            "url": "https://github.com/godotengine/godot-builds/releases/download/4.7-dev5/Godot_v4.7-dev5_win32.exe.zip",
            "hash": "sha512:110f0746d2c830a3139fb27f1ad80f807e009360e676de1169dbb3393b5fa8565d99f3882defdf531a013d0474c03c127da7b9f379b692f13831c471bd8b66a4"
        },
        "arm64": {
            "url": "https://github.com/godotengine/godot-builds/releases/download/4.7-dev5/Godot_v4.7-dev5_windows_arm64.exe.zip",
            "hash": "sha512:b128503b1a298d553e020ebdc6ac5d29f130b8cfa5694d151bab417630cf22e8057f8a14d6e0f43d9735e6a5f6f21523ff0f647794f95eec43d8b2402e22234c"
        }
    },
    "pre_install": [
        "Get-Item \"$dir\\Godot_*_console.exe\" | Rename-Item -NewName 'godot.console.exe'",
        "Get-Item \"$dir\\Godot_*.exe\" | Rename-Item -NewName 'godot.exe'"
    ],
    "bin": [
        [
            "godot.console.exe",
            "godot"
        ]
    ],
    "shortcuts": [
        [
            "godot.exe",
            "Godot Engine"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/godotengine/godot-builds/tags",
        "jsonpath": "$[?(@.name =~ /^[\\d.]+-dev\\d+$/)].name"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/godotengine/godot-builds/releases/download/$version/Godot_v$version_win64.exe.zip"
            },
            "32bit": {
                "url": "https://github.com/godotengine/godot-builds/releases/download/$version/Godot_v$version_win32.exe.zip"
            },
            "arm64": {
                "url": "https://github.com/godotengine/godot-builds/releases/download/$version/Godot_v$version_windows_arm64.exe.zip"
            }
        },
        "hash": {
            "url": "$baseurl/SHA512-SUMS.txt"
        }
    }
}
