Browse Source

minor metainfo improvements

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit 4 years ago
parent
commit
49a0ef8c0b
1 changed files with 4 additions and 5 deletions
  1. 4 5
      data/io.github.feralinteractive.gamemode.metainfo.xml

+ 4 - 5
data/io.github.feralinteractive.gamemode.metainfo.xml

@@ -1,11 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<component type="console-application">
+<component>
   <id>io.github.feralinteractive.gamemode</id>
   
   <name>gamemode</name>
   <summary>daemon that allows games to request a set of optimizations be temporarily applied</summary>
   <developer_name>Feral Interactive</developer_name>
 
+  <!-- <icon type="stock">io.github.feralinteractive.gamemode</icon> -->
+
   <metadata_license>FSFAP</metadata_license>
   <project_license>BSD-3-Clause</project_license>
   
@@ -29,12 +31,9 @@
     </ul>
   </description>
   
+  <content_rating type="oars-1.1" />
   <categories>
     <category>Utility</category>
     <category>Game</category>
   </categories>
-  
-  <provides>
-    <binary>gamemoderun</binary>
-  </provides>
 </component>