]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Fix AppData
authorAsciiWolf <mail@asciiwolf.com>
Thu, 10 Oct 2019 18:56:09 +0000 (20:56 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2019 18:56:09 +0000 (20:56 +0200)
Add correct component type, add OARS metadata

share/metainfo/torbrowser.appdata.xml

index dfc51fe7025581d259b549d172bcd6e5771f565c..95c494300aea86e1b92054e66b31afefd35d0ef7 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2014 Micah Lee <micah@micahflee.com> -->
-<component>
+<component type="desktop-application">
  <id>torbrowser.desktop</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>MIT</project_license>
@@ -27,4 +27,5 @@
  </screenshots>
  <url type="homepage">https://github.com/micahflee/torbrowser-launcher</url>
  <update_contact>micah@micahflee.com</update_contact>
+ <content_rating type="oars-1.1"/>
 </component>