{
    "version": "3.6.2",
    "description": "Feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface (with C#/Mono support)",
    "homepage": "https://godotengine.org/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/godotengine/godot/releases/download/3.6.2-stable/Godot_v3.6.2-stable_mono_win64.zip",
            "hash": "sha512:895575ff6b57a0b2daf33663fa82a56adbee122bee910eb39489dbb55e819f468a24708b5201f2e1e3373a36b24ffd00b11baa6cda0d024ee17c95231e1f1bc3",
            "extract_dir": "Godot_v3.6.2-stable_mono_win64"
        },
        "32bit": {
            "url": "https://github.com/godotengine/godot/releases/download/3.6.2-stable/Godot_v3.6.2-stable_mono_win32.zip",
            "hash": "sha512:5d62aa696ead6bfa87ea629619a087560d7959851bff900028efaf9e0fb2bf900b0c64546adab20af8db42fbf1ec23ce7ae11d6afa8c9aa83a26fab87f8fc455",
            "extract_dir": "Godot_v3.6.2-stable_mono_win32"
        }
    },
    "pre_install": [
        "Remove-Item \"$dir\\Godot_*_console.*\"",
        "Get-Item \"$dir\\Godot_*.exe\" | Rename-Item -NewName 'godot-mono.exe'"
    ],
    "bin": "godot-mono.exe",
    "shortcuts": [
        [
            "godot-mono.exe",
            "Godot Engine (Mono)"
        ]
    ],
    "checkver": {
        "url": "https://github.com/godotengine/godot/releases/",
        "regex": "(3[\\d\\w.]+)-stable"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/godotengine/godot/releases/download/$version-stable/Godot_v$version-stable_mono_win64.zip",
                "extract_dir": "Godot_v$version-stable_mono_win64"
            },
            "32bit": {
                "url": "https://github.com/godotengine/godot/releases/download/$version-stable/Godot_v$version-stable_mono_win32.zip",
                "extract_dir": "Godot_v$version-stable_mono_win32"
            }
        },
        "hash": {
            "url": "$baseurl/SHA512-SUMS.txt"
        }
    }
}
