ScoopInstaller_Main/bucket/presentmon.json
2024-02-24 00:32:55 +00:00

29 lines
1.2 KiB
JSON

{
"version": "1.10.0",
"description": "Tool for collection and processing of ETW events related to frame presentation on Windows.",
"homepage": "https://github.com/GameTechDev/PresentMon",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/GameTechDev/PresentMon/releases/download/v1.10.0/PresentMon-1.10.0-x64.exe#/PresentMon.exe",
"hash": "e57a2f8ee1de1ef1a5516d875f1b115e881943cd729fe9c5a2f88b1dc79a8a3b"
},
"32bit": {
"url": "https://github.com/GameTechDev/PresentMon/releases/download/v1.10.0/PresentMon-1.10.0-x86.exe#/PresentMon.exe",
"hash": "2eeaf9050922a4cf16ba64ad394dcc8d6318d9fee282ff8d76dfdbf43455934f"
}
},
"bin": "PresentMon.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/GameTechDev/PresentMon/releases/download/v$version/PresentMon-$version-x64.exe#/PresentMon.exe"
},
"32bit": {
"url": "https://github.com/GameTechDev/PresentMon/releases/download/v$version/PresentMon-$version-x86.exe#/PresentMon.exe"
}
}
}
}