Manifests/Audacity.json
{ "Name": "Audacity", "Source": "https://www.audacityteam.org/", "Get": { "Uri": "https://api.github.com/repos/audacity/audacity/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.exe$" }, "Install": { "Setup": "audacity-win*.exe", "Preinstall": "", "Physical": { "Arguments": "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /MERGETASKS=\"!desktopicon\"", "PostInstall": [ ] }, "Virtual": { "Arguments": "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /MERGETASKS=\"!desktopicon\"", "PostInstall": [ ] } } } |