Manifests/LibreOffice.json
{ "Name": "LibreOffice", "Source": "https://www.libreoffice.org/", "Get": { "Update": { "Uri": "https://update.libreoffice.org/check.php", "UserAgent": { "Still": "LibreOffice 0 (3215f89-f603614-ab984f2-7348103-1225a5b; Windows; x86; )", "Fresh": "LibreOffice 7.6.5 (38d5f62f85355c192ef5f1dd47c5c0c0c6d6598b; 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": [] } } } |