Manifests/NotepadPlusPlus.json
{ "Name": "Notepad++", "Source": "https://notepad-plus-plus.org/", "Get": { "Uri": "https://api.github.com/repos/notepad-plus-plus/notepad-plus-plus/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.zip$|\\.*exe$|\\.msi$|\\.msp$|\\.7z$", "MatchFileTypes2": "^(?!.*portable).*exe$|\\.msi$|\\.msp$" }, "Install": { "Setup": "npp*.exe", "Physical": { "Arguments": "/S", "PostInstall": [] }, "Virtual": { "Arguments": "/S", "PostInstall": [] } } } |