mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2025-04-10 19:15:17 +00:00
Play around with metadata improvements
This commit is contained in:
parent
af3e7cf551
commit
b2da4054de
|
|
@ -4,7 +4,7 @@
|
||||||
<component type="desktop">
|
<component type="desktop">
|
||||||
<id>org.zdoom.GZDoom</id>
|
<id>org.zdoom.GZDoom</id>
|
||||||
<name>GZDoom</name>
|
<name>GZDoom</name>
|
||||||
<summary>Classic first-person-shooter engine for all classical Id games</summary>
|
<summary>Game engine for Classic Doom</summary>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<project_license>GPL-3.0</project_license>
|
<project_license>GPL-3.0</project_license>
|
||||||
|
|
||||||
|
|
@ -60,14 +60,14 @@
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<image>https://raw.githubusercontent.com/flathub/org.zdoom.GZDoom/master/images/image_01.png</image>
|
|
||||||
<caption>Strife screenshot</caption>
|
|
||||||
</screenshot>
|
|
||||||
<screenshot>
|
|
||||||
<image>https://raw.githubusercontent.com/flathub/org.zdoom.GZDoom/master/images/image_02.png</image>
|
<image>https://raw.githubusercontent.com/flathub/org.zdoom.GZDoom/master/images/image_02.png</image>
|
||||||
<caption>Doom screenshot</caption>
|
<caption>Doom screenshot</caption>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
<screenshot>
|
||||||
|
<image>https://raw.githubusercontent.com/flathub/org.zdoom.GZDoom/master/images/image_01.png</image>
|
||||||
|
<caption>Strife screenshot</caption>
|
||||||
|
</screenshot>
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<image>https://raw.githubusercontent.com/flathub/org.zdoom.GZDoom/master/images/image_03.png</image>
|
<image>https://raw.githubusercontent.com/flathub/org.zdoom.GZDoom/master/images/image_03.png</image>
|
||||||
<caption>Heretic screenshot</caption>
|
<caption>Heretic screenshot</caption>
|
||||||
|
|
@ -82,6 +82,11 @@
|
||||||
<category>Game</category>
|
<category>Game</category>
|
||||||
<category>Shooter</category>
|
<category>Shooter</category>
|
||||||
</categories>
|
</categories>
|
||||||
|
|
||||||
|
<branding>
|
||||||
|
<color type="primary" scheme_preference="light">#999999</color>
|
||||||
|
<color type="primary" scheme_preference="dark">#222222</color>
|
||||||
|
</branding>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="4.14.0" date="2024-12-17">
|
<release version="4.14.0" date="2024-12-17">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue