Manifests/SoberLemurPDFSamBasic.json

{
    "Name": "Sober Lemur PDFSam Basic",
    "Source": "https://pdfsam.org/pdfsam-basic/",
    "Get": {
        "Uri": "https://api.github.com/repos/torakiki/pdfsam/releases/latest",
        "MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
        "MatchFileTypes": "\\.exe$|\\.msi$|\\.zip$"
    },
    "Install": {
        "Setup": "PDFSam*.msi",
        "Preinstall": "",
        "Physical": {
            "Arguments": "/quiet /norestart",
            "PostInstall": [
            ]
        },
        "Virtual": {
            "Arguments": "/quiet /norestart",
            "PostInstall": [
            ]
        }
    }
}