ScoopInstaller_Main/bucket/presentmon.json
2023-08-25 00:33:12 +00:00

29 lines
1.2 KiB
JSON

{
"version": "1.9.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.9.0/PresentMon-1.9.0-x64.exe#/PresentMon.exe",
"hash": "f805dd7f7eba13575c88d47da037dac5a6f93489ad0d148b9eaebdd95fa8e7f6"
},
"32bit": {
"url": "https://github.com/GameTechDev/PresentMon/releases/download/v1.9.0/PresentMon-1.9.0-x86.exe#/PresentMon.exe",
"hash": "8b9ee2a63669c22457c435ac745b7ca2011c2e9a5502283f85f0e00ee1e299d7"
}
},
"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"
}
}
}
}