{
    "version": "7.3.4",
    "description": "Framerate monitoring, On-Screen Display and high-performance video capture service provider for other graphics card utilities.",
    "homepage": "https://www.guru3d.com/files-details/rtss-rivatuner-statistics-server-download.html",
    "license": "Freeware",
    "suggest": {
        "vcredist": "extras/vcredist2008",
        "MSI Afterburner": "extras/msiafterburner"
    },
    "url": "https://ftp.nluug.nl/pub/games/PC/guru3d/afterburner/%5BGuru3D.com%5D-RTSS.zip",
    "hash": "c38a21238536270078bb3f425192375f001e721ffd26346a6db5e6365aca47c5",
    "pre_install": [
        "Expand-7zipArchive \"$dir\\*RTSSSetup*.exe\" -Removal",
        "Remove-Item \"$dir\\`$*\", \"$dir\\Guru3D.com\", \"$dir\\Uninstall*\" -Recurse",
        "Move-Item \"$dir\\RTSSHooks.dll.copy\" \"$dir\\RTSSHooks.dll\"",
        "Move-Item \"$dir\\RTSSHooks64.dll.copy\" \"$dir\\RTSSHooks64.dll\"",
        "# configs",
        "Copy-Item \"$persist_dir\\Plugins\\Client\\*.cfg\" \"$dir\\Plugins\\Client\" -ErrorAction SilentlyContinue"
    ],
    "post_install": [
        "$rtssProfiles = \"$persist_dir\\..\\msiafterburner\\RTSS_Profiles\"",
        "if (Test-Path \"$rtssProfiles\") {",
        "    warn 'Migrating RTSS profiles...'",
        "    Move-Item -Path \"$rtssProfiles\\*\" -Destination \"$persist_dir\\Profiles\"",
        "    Remove-Item \"$rtssProfiles\" -Recurse",
        "}"
    ],
    "bin": "RTSS.exe",
    "shortcuts": [
        [
            "RTSS.exe",
            "RivaTuner Statistics Server"
        ]
    ],
    "persist": [
        "Plugins\\Client\\Overlays",
        "Profiles"
    ],
    "pre_uninstall": [
        "# persist configs",
        "Copy-Item \"$dir\\Plugins\\Client\\*.cfg\" \"$persist_dir\\Plugins\\Client\" -Force -ErrorAction SilentlyContinue"
    ],
    "checkver": {
        "url": "https://rtss.guru3d.com/Update.txt",
        "regex": "ProductVersion\\s+=\\s*([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://ftp.nluug.nl/pub/games/PC/guru3d/afterburner/%5BGuru3D.com%5D-RTSS.zip"
    }
}
