Manifests/dnGrep.json
{ "Name": "dnGrep", "Source": "https://dngrep.github.io/", "Get": { "Uri": "https://api.github.com/repos/dnGrep/dnGrep/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.exe$|\\.msi$|\\.msp$|\\.zip$" }, "Install": { "Setup": "dngrep.*.msi", "Preinstall": "", "Physical": { "Arguments": "/passive /norestart", "PostInstall": [ ] }, "Virtual": { "Arguments": "/passive /norestart", "PostInstall": [ ] } } } |