ScoopInstaller_Main/bucket/presentmon.json
2024-06-13 08:28:11 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2.1.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/v2.1.0/PresentMon-2.1.0-x64.exe#/PresentMon.exe",
"hash": "721b10446d3c4c177ad823fba9ec999fa062af12f431453d9ed56b6326c58f48"
},
"32bit": {
"url": "https://github.com/GameTechDev/PresentMon/releases/download/v2.1.0/PresentMon-2.1.0-x86.exe#/PresentMon.exe",
"hash": "e6f05c1b1b7095d21b82b904658b281315cda79e897f229eb3d72bf3bd019188"
}
},
"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"
}
}
}
}