Skip to content

Commit 2a0d862

Browse files
Updated appdata file
1 parent cd88e09 commit 2a0d862

File tree

1 file changed

+46
-2
lines changed

1 file changed

+46
-2
lines changed
Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,53 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<component type="desktop">
3-
<id>lv.martinsz.millionaire.desktop</id>
3+
<id>lv.martinsz.millionaire</id>
4+
<name>Who Wants To Be a Millionaire</name>
5+
<summary>Answer all questions to win $1 million.</summary>
6+
<developer_name>Martins Zeltins</developer_name>
7+
<launchable type="desktop-id">lv.martinsz.millionaire.desktop</launchable>
8+
<update_contact>martins.zeltins@gmail.com</update_contact>
49
<metadata_license>CC0-1.0</metadata_license>
510
<project_license>GPL-2.0-or-later</project_license>
611
<description>
7-
<p>No description</p>
12+
<p>Test your knowledge to see if you can answer all questions and win $1 million. Have fun!</p>
13+
<p>Created using these technologies</p>
14+
<ul>
15+
<li>GTK 4</li>
16+
<li>Libadwaita</li>
17+
<li>C</li>
18+
</ul>
819
</description>
20+
<requires>
21+
<display_length compare="ge">small</display_length>
22+
</requires>
23+
<recommends>
24+
<display_length compare="ge">small</display_length>
25+
</recommends>
26+
<content_rating type="oars-1.1"/>
27+
<screenshots>
28+
<screenshot>
29+
<captionption>Screenshot of the game</captionption>
30+
<image type="source">https://raw.githubusercontent.com/martinszeltins/who-wants-to-be-a-millionaire/master/data/resources/screenshots/screenshot1.png</image>
31+
</screenshot>
32+
<screenshot>
33+
<caption>Multiple lifelines</caption>
34+
<image type="source">https://raw.githubusercontent.com/martinszeltins/who-wants-to-be-a-millionaire/master/data/resources/screenshots/screenshot2.png</image>
35+
</screenshot>
36+
<screenshot>
37+
<caption>Winning the game</caption>
38+
<image type="source">https://raw.githubusercontent.com/martinszeltins/who-wants-to-be-a-millionaire/master/data/resources/screenshots/screenshot.jpg</image>
39+
</screenshot>
40+
</screenshots>
41+
<url type="homepage">https://github.com/martinszeltins/who-wants-to-be-a-millionaire/</url>
42+
<url type="bugtracker">https://github.com/martinszeltins/who-wants-to-be-a-millionaire/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc</url>
43+
<categories>
44+
<category>Game</category>
45+
</categories>
46+
<releases>
47+
<release version="1.0.0" date="2022-11-20">
48+
<description>
49+
<p>The very first release of Who Wants To Be a Millionaire.</p>
50+
</description>
51+
</release>
52+
</releases>
953
</component>

0 commit comments

Comments
 (0)