Make some small tweaks to the MIME info
This commit is contained in:
parent
0543b71e5a
commit
0218616747
1 changed files with 8 additions and 6 deletions
4
misc/dist/linux/org.godotengine.Godot.xml
vendored
4
misc/dist/linux/org.godotengine.Godot.xml
vendored
|
@ -3,7 +3,7 @@
|
|||
<mime-type type="application/x-godot-project">
|
||||
<comment>Godot Engine project</comment>
|
||||
<icon name="x-godot-project"/>
|
||||
<glob pattern="*.godot"/>
|
||||
<glob pattern="project.godot"/>
|
||||
</mime-type>
|
||||
|
||||
<mime-type type="application/x-godot-resource">
|
||||
|
@ -23,12 +23,14 @@
|
|||
|
||||
<mime-type type="application/x-godot-shader">
|
||||
<comment>Godot Engine shader</comment>
|
||||
<sub-class-of type="text/plain"/>
|
||||
<icon name="x-godot-shader"/>
|
||||
<glob pattern="*.gdshader"/>
|
||||
</mime-type>
|
||||
|
||||
<mime-type type="application/x-gdscript">
|
||||
<comment>GDScript script</comment>
|
||||
<sub-class-of type="text/plain"/>
|
||||
<icon name="x-gdscript"/>
|
||||
<glob pattern="*.gd"/>
|
||||
</mime-type>
|
||||
|
|
Loading…
Reference in a new issue