Skip to content

Instantly share code, notes, and snippets.

@rpavlik
Last active January 20, 2023 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpavlik/52af16ed3da1788852c66e4c6204311c to your computer and use it in GitHub Desktop.
Save rpavlik/52af16ed3da1788852c66e4c6204311c to your computer and use it in GitHub Desktop.
PrettyRegistryXML manifest for Scoop
{
"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