From 0d91bfd28114b5f1e740d3de4979c9b6a770b9de Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Fri, 26 Nov 2021 12:04:49 -0300 Subject: [PATCH] UI: Add kudos to AppData file Kudos are read by app centers such as GNOME Software and Discover to calculate the "awesomeness" level of the application. OBS Studio qualifies for two of these kudos: the "hi-dpi icon" kudo, since we have 128x128 and bigger icons; and the "modern toolkit" icon, since we use Qt5. Add these kudos to the AppData file, and let app centers tell the world how awesome OBS Studio is :) --- UI/xdg-data/com.obsproject.Studio.appdata.xml.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UI/xdg-data/com.obsproject.Studio.appdata.xml.in b/UI/xdg-data/com.obsproject.Studio.appdata.xml.in index 6844e88dc..60c80034a 100644 --- a/UI/xdg-data/com.obsproject.Studio.appdata.xml.in +++ b/UI/xdg-data/com.obsproject.Studio.appdata.xml.in @@ -17,6 +17,10 @@ + + ModernToolkit + HiDpiIcon +