mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
26 lines
941 B
JSON
26 lines
941 B
JSON
{
|
|
"version": "2.3.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.3.0/PresentMon-2.3.0-x64.exe#/PresentMon.exe",
|
|
"hash": "690533cf5c2591ef571a3037aa4c205c8e75860ef3f56927bf3a98acf7198485"
|
|
}
|
|
},
|
|
"bin": "PresentMon.exe",
|
|
"checkver": {
|
|
"url": "https://api.github.com/repos/GameTechDev/PresentMon/releases/latest",
|
|
"jsonpath": "$.tag_name",
|
|
"regex": "v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/GameTechDev/PresentMon/releases/download/v$version/PresentMon-$version-x64.exe#/PresentMon.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|