{
    "version": "2.01",
    "description": "Lightweight Lua IDE with code completion, syntax highlighting, live coding, code analyzer and debugging support",
    "homepage": "https://studio.zerobrane.com",
    "license": "MIT",
    "url": "https://download.zerobrane.com/ZeroBraneStudioEduPack-2.01-win32.zip",
    "hash": "3e200bb0c3ef6201d50cd34e5a7c9712a63600168dabe1ea6003ef01032affa4",
    "bin": "zbstudio.exe",
    "shortcuts": [
        [
            "zbstudio.exe",
            "ZeroBrane Studio"
        ]
    ],
    "persist": [
        "packages",
        "cfg\\user.lua"
    ],
    "pre_install": [
        "if (!(Test-Path \"$persist_dir\\cfg\\user.lua\")) {",
        "    New-Item \"$dir\\cfg\\user.lua\" -type file",
        "}"
    ],
    "checkver": "Download v([\\d.]+)",
    "autoupdate": {
        "url": "https://download.zerobrane.com/ZeroBraneStudioEduPack-$version-win32.zip"
    }
}
