presentmon: Fix autoupdate & drop 32bit (#6789)

This commit is contained in:
Aetopia 2025-05-02 14:35:04 +05:30 committed by GitHub
parent 5f7b63d654
commit f5ef12b0c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,27 +1,24 @@
{ {
"version": "2.1.1", "version": "2.3.0",
"description": "Tool for collection and processing of ETW events related to frame presentation on Windows.", "description": "Tool for collection and processing of ETW events related to frame presentation on Windows.",
"homepage": "https://github.com/GameTechDev/PresentMon", "homepage": "https://github.com/GameTechDev/PresentMon",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/GameTechDev/PresentMon/releases/download/v2.1.1/PresentMon-2.1.1-x64.exe#/PresentMon.exe", "url": "https://github.com/GameTechDev/PresentMon/releases/download/v2.3.0/PresentMon-2.3.0-x64.exe#/PresentMon.exe",
"hash": "afdc8673e26c22d9733d5239cb0d550fbf57d060addb97cd2158b146e5e7b385" "hash": "690533cf5c2591ef571a3037aa4c205c8e75860ef3f56927bf3a98acf7198485"
},
"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", "bin": "PresentMon.exe",
"checkver": "github", "checkver": {
"url": "https://api.github.com/repos/GameTechDev/PresentMon/releases/latest",
"jsonpath": "$.tag_name",
"regex": "v([\\d.]+)"
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/GameTechDev/PresentMon/releases/download/v$version/PresentMon-$version-x64.exe#/PresentMon.exe" "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"
} }
} }
} }