mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
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.
9 lines
286 B
XML
9 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>
|