7eabf4c8a3
Mime type definitions are usually named like the mime type they define, i.e. x-godot-project in our case. It was introduced with reverse DNS naming as that's what FlatHub favors, so it will need to be renamed there.
8 lines
286 B
XML
8 lines
286 B
XML
<?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>
|