Merge pull request #20282 from Calinou/add-appstream-metadata
Add an AppStream metadata file
This commit is contained in:
commit
23a63050f0
@ -1,11 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Copyright 2017-2018 Rémi Verschelde <akien@godotengine.org> -->
|
<!-- Copyright 2017-2018 Rémi Verschelde <akien@godotengine.org> -->
|
||||||
<component type="desktop">
|
<component type="desktop">
|
||||||
<id>godot.desktop</id>
|
<id>org.godotengine.Godot.desktop</id>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<project_license>MIT</project_license>
|
<project_license>MIT</project_license>
|
||||||
<name>Godot Engine</name>
|
<name>Godot Engine</name>
|
||||||
<summary>Multi-platform 2D and 3D game engine with a feature-rich editor</summary>
|
<summary>Multi-platform 2D and 3D game engine with a feature-rich editor</summary>
|
||||||
|
<icon type="remote">https://raw.githubusercontent.com/godotengine/godot/master/icon.png</icon>
|
||||||
|
<launchable type="desktop-id">org.godotengine.Godot.desktop</launchable>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Godot is an advanced, feature-packed, multi-platform 2D and 3D game
|
Godot is an advanced, feature-packed, multi-platform 2D and 3D game
|
||||||
@ -24,8 +26,12 @@
|
|||||||
<image>https://download.tuxfamily.org/godotengine/media/screenshots/editor_3d_fracteed-720p.jpg</image>
|
<image>https://download.tuxfamily.org/godotengine/media/screenshots/editor_3d_fracteed-720p.jpg</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
<categories>
|
||||||
|
<category>Development</category>
|
||||||
|
</categories>
|
||||||
<url type="homepage">https://godotengine.org</url>
|
<url type="homepage">https://godotengine.org</url>
|
||||||
<url type="bugtracker">https://github.com/godotengine/godot/issues</url>
|
<url type="bugtracker">https://github.com/godotengine/godot/issues</url>
|
||||||
|
<url type="faq">http://docs.godotengine.org/en/latest/about/faq.html</url>
|
||||||
<url type="help">http://docs.godotengine.org</url>
|
<url type="help">http://docs.godotengine.org</url>
|
||||||
<url type="donation">https://godotengine.org/donate</url>
|
<url type="donation">https://godotengine.org/donate</url>
|
||||||
<url type="translate">https://hosted.weblate.org/projects/godot-engine/godot</url>
|
<url type="translate">https://hosted.weblate.org/projects/godot-engine/godot</url>
|
@ -1,7 +1,7 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Godot Engine
|
Name=Godot Engine
|
||||||
GenericName=Libre game engine
|
GenericName=Libre game engine
|
||||||
Comment=Multi-platform 2D and 3D game engine with a feature rich editor
|
Comment=Multi-platform 2D and 3D game engine with a feature-rich editor
|
||||||
Exec=godot -p
|
Exec=godot -p
|
||||||
Icon=godot
|
Icon=godot
|
||||||
Terminal=false
|
Terminal=false
|
Loading…
Reference in New Issue
Block a user