{
    "version": "1.4.0",
    "homepage": "http://game-editor.com/",
    "description": "The open source game design software that gives you the power to create the games of your dreams in a simple interface and a basic version of the C language.",
    "license": "GPL-3.0",
    "url": "https://sourceforge.net/projects/game-editor/files/gameEditor.zip",
    "hash": "md5:2694994ba093d99703c1a7a5e96f4d62",
    "extract_dir": "GameEditor",
    "pre_install": "if (!(Test-Path \"$persist_dir\\GameEditor.ini\")) { New-Item \"$dir\\GameEditor.ini\" | Out-Null }",
    "shortcuts": [
        [
            "gameEditor.exe",
            "GameEditor"
        ]
    ],
    "persist": "GameEditor.ini",
    "checkver": {
        "url": "http://game-editor.com/Changelog",
        "regex": ">([\\d.]+)<"
    },
    "autoupdate": {
        "url": "https://sourceforge.net/projects/game-editor/files/gameEditor.zip",
        "hash": {
            "url": "https://sourceforge.net/projects/game-editor/rss?path=/",
            "regex": "files/$basename/download\"\\sfilesize=\"[\\d]+\"><media:hash\\salgo=\"md5\">$md5"
        }
    }
}
