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:
parent
30f7f7b03c
commit
914d72a216
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Copyright 2017 suve <veg@svgames.pl> -->
|
<!-- Copyright 2017 suve <veg@svgames.pl> -->
|
||||||
<component type="desktop">
|
<component type="desktop">
|
||||||
<id>org.qutebrowser.qutebrowser.desktop</id>
|
<id>org.qutebrowser.qutebrowser</id>
|
||||||
<metadata_license>CC-BY-SA-3.0</metadata_license>
|
<metadata_license>CC-BY-SA-3.0</metadata_license>
|
||||||
<project_license>GPL-3.0</project_license>
|
<project_license>GPL-3.0</project_license>
|
||||||
<name>qutebrowser</name>
|
<name>qutebrowser</name>
|
||||||
|
Loading…
Reference in New Issue
Block a user