{
    "version": "0.9.6",
    "homepage": "https://www.nunustudio.org/",
    "description": "Web powered cross-platform 3D, WebXR game engine.",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/tentone/nunuStudio/releases/download/v0.9.6/nunuStudio_0.9.6_win_x64.zip",
            "hash": "cf2bc8da4dcb040e2b1380cf2304495eec6786af32188c433a31a175b29d0677"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\config.json\")) { New-Item \"$dir\\config.json\" | Out-Null }",
    "shortcuts": [
        [
            "nunuStudio.exe",
            "nunuStudio"
        ]
    ],
    "persist": "config.json",
    "checkver": {
        "url": "https://github.com/tentone/nunuStudio/releases/",
        "regex": "tag\\/v([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/tentone/nunuStudio/releases/download/v$version/nunuStudio_$version_win_x64.zip"
            }
        }
    }
}
