Manifests/RizonesoftNotepad3.json

{
    "Name": "Rizonesoft Notepad3",
    "Source": "https://www.rizonesoft.com/downloads/notepad3",
    "Get": {
        "Uri": "https://api.github.com/repos/rizonesoft/Notepad3/releases/latest",
        "MatchVersion": "(\\d+(\\.\\d+){1,4})",
        "MatchFileTypes": "\\.zip$|\\.*exe$",
        "MatchFileTypes2": "^(?!.*paf).*exe$"
    },
    "Install": {
        "Setup": "Notepad3*.exe*",
        "Physical": {
            "Arguments": "/ALLUSERS /CLOSEAPPLICATIONS /SILENT",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/ALLUSERS /CLOSEAPPLICATIONS /SILENT",
            "PostInstall": []
        }
    }
}