Tweak AppStream metadata and add MIME type integration

This allows Godot to be registered as an application to open
Godot project files.
This commit is contained in:
Hugo Locurcio 2018-07-28 00:39:13 +02:00
parent aecc3a444b
commit 01914ee00b
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
3 changed files with 11 additions and 6 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="application/x-godot-project">
<comment>Godot Engine project</comment>
<icon name="godot" />
<glob pattern="*.godot" weight="100" />
</mime-type>
</mime-info>