From 06d9b20503ea57273b5005f339ae9016fe9859ca Mon Sep 17 00:00:00 2001 From: Ben Torell Date: Tue, 19 May 2020 20:13:35 -0400 Subject: [PATCH] Update entry for OBS Studio (#352) * Change OBS Studio AppMoniker to `obs` OBS is not known as `obsstudio` anywhere. People would expect it to be called `obs` or `obs-studio`. `obs` is the friendlier, more recognizable name so it makes the most sense. Between `obs`, `obs-studio`, and `obsstudio`, the latter option is the least sensible. * Change OBS Studio MinOSVersion to 6.2.9200 OBS Studio supports Windows 8+, not just Windows 10+. --- manifests/OBSProject/OBSStudio/25.0.8.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/OBSProject/OBSStudio/25.0.8.yaml b/manifests/OBSProject/OBSStudio/25.0.8.yaml index 518636ab2..9340e2f1b 100644 --- a/manifests/OBSProject/OBSStudio/25.0.8.yaml +++ b/manifests/OBSProject/OBSStudio/25.0.8.yaml @@ -1,12 +1,12 @@ Id: OBSProject.OBSStudio Name: OBS Studio -AppMoniker: obsstudio +AppMoniker: obs Version: 25.0.8 Publisher: OBS Project Author: OBS Project License: GNU General Public License (GPL) LicenseUrl: https://github.com/obsproject/obs-studio/blob/master/COPYING -MinOSVersion: 10.0.0.0 +MinOSVersion: 6.2.9200 Homepage: https://obsproject.com/ Description: Free and open source software for video recording and live streaming. Tags: "obsstudio,streaming"