{
    "version": "1.6.3",
    "description": "Provides an FPS overlay and performance measurement for D3D11, D3D12, and Vulkan",
    "homepage": "https://github.com/GPUOpen-Tools/OCAT",
    "license": {
        "identifier": "MIT",
        "url": "https://github.com/GPUOpen-Tools/OCAT/blob/master/docs/source/license.rst"
    },
    "url": "https://github.com/GPUOpen-Tools/OCAT/releases/download/v1.6.3/OCAT_v1.6.3.exe",
    "hash": "a6d036bec963bb38f77b72d4591f3d172aac122d8e441bd9dbb54223ee6b6695",
    "installer": {
        "script": [
            "Expand-DarkArchive \"$dir\\$fname\" \"$dir\\tmp\"",
            "Expand-MsiArchive \"$dir\\tmp\\AttachedContainer\\OCAT.msi\" \"$dir\\tmp\" | Out-Null",
            "movedir \"$dir\\tmp\\OCAT\" \"$dir\" | Out-Null",
            "Remove-Item \"$dir\\tmp\", \"$dir\\$fname\" -Force -Recurse"
        ]
    },
    "bin": "OCAT.exe",
    "shortcuts": [
        [
            "OCAT.exe",
            "OCAT"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/GPUOpen-Tools/OCAT/releases/download/v$matchHead/OCAT_v$version.exe"
    }
}
