{
    "version": "2.5.0",
    "description": "Compositing software for VFX and motion graphics",
    "homepage": "https://natrongithub.github.io/",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/NatronGitHub/Natron/releases/download/v2.5.0/Natron-2.5.0-Windows-x86_64.zip",
            "hash": "caed0b649ff2515b963f0b4fc009eb451a41d8ba3d6e5d4260253dd9e104c517",
            "extract_dir": "Natron-2.5.0-Windows-x86_64"
        }
    },
    "post_install": "Copy-Item \"$dir\\bin\\mesa\\opengl32.dll\" \"$dir\\bin\"",
    "bin": [
        "bin\\Natron.exe",
        "bin\\NatronRenderer.exe"
    ],
    "shortcuts": [
        [
            "bin\\Natron.exe",
            "Natron"
        ]
    ],
    "checkver": {
        "github": "https://github.com/NatronGitHub/Natron"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/NatronGitHub/Natron/releases/download/v$version/Natron-$version-Windows-x86_64.zip",
                "extract_dir": "Natron-$version-Windows-x86_64"
            }
        }
    }
}
