Remove the .desktop suffix from <id> in appdata.xml

This used to be required by the standard, but is no longer the case.
This commit is contained in:
suve 2017-10-16 22:26:46 +02:00
parent 30f7f7b03c
commit 914d72a216

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 suve <veg@svgames.pl> -->
<component type="desktop">
<id>org.qutebrowser.qutebrowser.desktop</id>
<id>org.qutebrowser.qutebrowser</id>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>qutebrowser</name>