Set developer id/component type in metainfo.xml
Add developer block to `metainfo.xml` with id 'visualboyadvance-m.org'. Also set component type to 'desktop-application'. This file is used to describe the application on Linux. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
8b8be7d4a8
commit
d6b939c428
|
@ -1,10 +1,13 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component type="desktop">
|
<component type="desktop-application">
|
||||||
<id>org.visualboyadvance_m.visualboyadvance_m</id>
|
<id>org.visualboyadvance_m.visualboyadvance_m</id>
|
||||||
<metadata_license>CC-BY-SA-3.0</metadata_license>
|
<metadata_license>CC-BY-SA-3.0</metadata_license>
|
||||||
<project_license>GPL-2.0</project_license>
|
<project_license>GPL-2.0</project_license>
|
||||||
<content_rating type="oars-1.1"/>
|
<content_rating type="oars-1.1"/>
|
||||||
<name>VisualBoyAdvance-M</name>
|
<name>VisualBoyAdvance-M</name>
|
||||||
|
<developer id="org.visualboyadvance-m">
|
||||||
|
<name>VisualBoyAdvance-M</name>
|
||||||
|
</developer>
|
||||||
<summary>VisualBoyAdvance-M, a high compatibility Gameboy Advance Emulator</summary>
|
<summary>VisualBoyAdvance-M, a high compatibility Gameboy Advance Emulator</summary>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue