{
    "version": "5.6.268",
    "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.6.268/GDevelop-5-Setup-5.6.268.exe#/dl.7z",
            "hash": "sha512:6720b8cb4a03c32ec4c922d9314fd4d72010f57818d60a77ea02b89174e6252e5e8516eed06563a4c94a1ac1b4d9ad20dd5c39d9610a5a86a0eb6fc6fc25fe24"
        }
    },
    "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"
                }
            }
        }
    }
}
