mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "2.1.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.1.1/PresentMon-2.1.1-x64.exe#/PresentMon.exe",
|
|
"hash": "afdc8673e26c22d9733d5239cb0d550fbf57d060addb97cd2158b146e5e7b385"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/GameTechDev/PresentMon/releases/download/v2.1.1/PresentMon-2.1.1-x86.exe#/PresentMon.exe",
|
|
"hash": "3c38b5907b3a2051894f86e2b5736888bbda401e9945efa5011723eaa68aa94d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|