ScoopInstaller_Main/bucket/presentmon.json
2024-05-03 20:25:45 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2.0.1",
"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/v2.0.1/PresentMon-2.0.1-x64.exe#/PresentMon.exe",
"hash": "a45b2e2341ec75fefe724b9a2633aa272c6c98262c4bb90aab5a575800a8b308"
},
"32bit": {
"url": "https://github.com/GameTechDev/PresentMon/releases/download/v2.0.1/PresentMon-2.0.1-x86.exe#/PresentMon.exe",
"hash": "c39740717fe096343d6e1185df19b74d195cd15180343f9ce2d21f5a290dc8ec"
}
},
"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"
}
}
}
}