Manifests/LibreOffice.json
{ "Name": "LibreOffice", "Source": "https://www.libreoffice.org/", "Get": { "Update": { "Uri": "https://update.libreoffice.org/check.php", "UserAgent": { "Latest": "LibreOffice 6.3.2 (98b30e735bda24bc04ab42594c85f7fd8be07b9c; Windows; x86;)" }, "ContentType": "text/xml" }, "Download": { "Uri": "https://download.documentfoundation.org/libreoffice/stable", "MatchVersion": "(\\d+(\\.\\d+){1,3})", "Platforms": { "win": "Windows" }, "MatchArchitectures": "x86|64", "MatchExtensions": "\\.msi$", "MatchLanguage": "_([^_?!86|64]*)(\\.msi)$", "NoLanguage": "Neutral" } }, "Install": { "Setup": "LibreOffice*.msi", "Physical": { "Arguments": "/quiet /norestart", "PostInstall": [] }, "Virtual": { "Arguments": "/quiet /norestart", "PostInstall": [] } } } |