Manifests/Pandoc.json
{ "Name": "Pandoc", "Source": "https://pandoc.org/", "Get": { "Uri": "https://api.github.com/repos/jgm/pandoc/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.msi$" }, "Install": { "Setup": "Pandoc-*.msi", "Physical": { "Arguments": "/install /passive /norestart", "PostInstall": [] }, "Virtual": { "Arguments": "/install /passive /norestart", "PostInstall": [] } } } |