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:
parent
aecc3a444b
commit
01914ee00b
3 changed files with 11 additions and 6 deletions
8
misc/dist/linux/org.godotengine.Godot.xml
vendored
Normal file
8
misc/dist/linux/org.godotengine.Godot.xml
vendored
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue