Manifests/Praat.json
{ "Name": "Praat", "Source": "https://www.fon.hum.uva.nl/praat/", "Get": { "Uri": "https://api.github.com/repos/praat/praat/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "^(?!.*xcode).*zip$|.*exe$" }, "Install": { "Setup": "Praat*.zip", "Preinstall": "Expand-Archive -Path #FileName -DestinationPath #TempPath", "Physical": { "Arguments": "", "PostInstall": [] }, "Virtual": { "Arguments": "", "PostInstall": [] } } } |