Manifests/DevToys.json
{ "Name": "DevToys", "Source": "https://devtoys.app/", "Get": { "Uri": "https://api.github.com/repos/veler/DevToys/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.exe$|\\.msi$|\\.msixbundle$" }, "Install": { "Setup": "Brackets*.msi", "Preinstall": "", "Physical": { "Arguments": "/quiet /norestart", "PostInstall": [ ] }, "Virtual": { "Arguments": "/quiet /norestart", "PostInstall": [ ] } } } |