Manifests/OBSStudioAlt.json
{ "Name": "OBS Studio Alt", "Source": "https://obsproject.com/", "Get": { "Uri": "https://api.github.com/repos/obsproject/obs-studio/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.exe$|\\.zip$" }, "Install": { "Setup": "*.exe", "Preinstall": "", "Physical": { "Arguments": "/S", "PostInstall": [ ] }, "Virtual": { "Arguments": "/S", "PostInstall": [ ] } } } |