Last active
January 20, 2023 16:57
-
-
Save rpavlik/52af16ed3da1788852c66e4c6204311c to your computer and use it in GitHub Desktop.
PrettyRegistryXML manifest for Scoop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "3.3.0", | |
"description": "A tool used to automatically format the OpenXR XML registry.", | |
"homepage": "https://github.com/rpavlik/PrettyRegistryXml", | |
"license": "MIT AND Apache-2.0", | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/rpavlik/PrettyRegistryXml/releases/download/v3.3.0/PrettyRegistryXml-Windows-3.3.0.7z", | |
"hash": "429eb0997e83d0f0df681bbda2b74123cc4671cfb2b86daeb3df269e94ea2622", | |
"extract_dir": "PrettyRegistryXml-Windows-3.3.0" | |
} | |
}, | |
"bin": "PrettyRegistryXml.OpenXR.exe", | |
"checkver": "github", | |
"autoupdate": { | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/rpavlik/PrettyRegistryXml/releases/download/v$version/PrettyRegistryXml-Windows-$version.7z", | |
"extract_dir": "PrettyRegistryXml-Windows-$version" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment