{
    "version": "5.3.188",
    "description": "A full-featured, no-code, open-source game development software.",
    "homepage": "https://gdevelop.io",
    "license": {
        "identifier": "MIT",
        "url": "https://github.com/4ian/GDevelop/blob/master/license.txt"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/4ian/GDevelop/releases/download/v5.3.188/GDevelop-5-Setup-5.3.188.exe#/dl.7z",
            "hash": "sha512:04f368b8ac058dd4bed5c0545371d52ee4e18d9282b0b30f8d533e276bfbdca0fb76cfa2aa8a0168617d6721a8d6c34ffc3ef4184011cfb37347386c9645eac0"
        }
    },
    "pre_install": [
        "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal",
        "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse -Force"
    ],
    "shortcuts": [
        [
            "GDevelop.exe",
            "GDevelop"
        ]
    ],
    "checkver": {
        "github": "https://github.com/4ian/GDevelop"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/4ian/GDevelop/releases/download/v$version/GDevelop-$majorVersion-Setup-$version.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "sha512:\\s$base64"
                }
            }
        }
    }
}
