Manifests/NextcloudDesktop.json
{ "Name": "Nextcloud Desktop", "Source": "https://github.com/nextcloud-releases/desktop", "Get": { "Uri": "https://api.github.com/repos/nextcloud-releases/desktop/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.msi$" }, "Install": { "Setup": "Nextcloud*.msi", "Physical": { "Arguments": "", "PostInstall": [] }, "Virtual": { "Arguments": "", "PostInstall": [] } } } |