1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-29 23:19:28 +02:00

Tweak appdata XML (#324)

Correct launchable type syntax, add OARS content ratings.
This commit is contained in:
Robert McQueen 2020-06-14 18:33:06 +01:00 committed by GitHub
parent 37714a0db7
commit a28cf96c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.audacityteam.Audacity</id>
<launchable type="desktop">audacity.desktop</launchable>
<launchable type="desktop-id">audacity.desktop</launchable>
<project_license>GPL-2.0 and CC-BY-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
<name>Audacity</name>
@ -22,6 +22,7 @@
<category>AudioVideo</category>
<category>Audio</category>
</categories>
<content_rating type="oars-1.1" />
<url type="homepage">https://www.audacityteam.org/</url>
<url type="bugtracker">https://bugzilla.audacityteam.org/</url>
<url type="faq">https://manual.audacityteam.org/man/faq.html</url>