{
    "version": "27.2.4",
    "description": "Video recording and live streaming software",
    "homepage": "https://obsproject.com",
    "license": "GPL-2.0-only",
    "notes": [
        "Add Virtual Camera module by running: \"$dir\\data\\obs-plugins\\win-dshow\\virtualcam-install.bat\"",
        "Remove it by running: \"$dir\\data\\obs-plugins\\win-dshow\\virtualcam-uninstall.bat\""
    ],
    "architecture": {
        "64bit": {
            "url": "https://cdn-fastly.obsproject.com/downloads/OBS-Studio-27.2.4-Full-x64.zip",
            "hash": "fae9840096c43a62b410d91985b4b5fdd5b0d6e8d54ef4afe7af47180da8ae21",
            "shortcuts": [
                [
                    "bin\\64bit\\obs64.exe",
                    "OBS Studio"
                ]
            ]
        },
        "32bit": {
            "url": "https://cdn-fastly.obsproject.com/downloads/OBS-Studio-27.2.4-Full-x86.zip",
            "hash": "51bacea13391874f2902575d2d8ab6e6eb6bd7c90682c7461e7cde15dec99c22",
            "shortcuts": [
                [
                    "bin\\32bit\\obs32.exe",
                    "OBS Studio"
                ]
            ]
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\portable_mode.txt\")) { New-Item \"$dir\\portable_mode.txt\" | Out-Null }",
    "persist": [
        "config",
        "portable_mode.txt"
    ],
    "checkver": {
        "url": "https://github.com/obsproject/obs-studio/tags?after=28.0.0-beta1",
        "regex": "/obsproject/obs-studio/releases/tag/(27[\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://cdn-fastly.obsproject.com/downloads/OBS-Studio-$version-Full-x64.zip"
            },
            "32bit": {
                "url": "https://cdn-fastly.obsproject.com/downloads/OBS-Studio-$version-Full-x86.zip"
            }
        }
    }
}
