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", "ContentType": "application/json; charset=utf-8", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*" }, "Install": { "Setup": "npp*.exe", "Physical": { "Arguments": "/S", "PostInstall": [] }, "Virtual": { "Arguments": "/S", "PostInstall": [] } } } |