You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Make some small tweaks to the MIME info
This commit is contained in:
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">
|
<mime-type type="application/x-godot-project">
|
||||||
<comment>Godot Engine project</comment>
|
<comment>Godot Engine project</comment>
|
||||||
<icon name="x-godot-project"/>
|
<icon name="x-godot-project"/>
|
||||||
<glob pattern="*.godot"/>
|
<glob pattern="project.godot"/>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
|
|
||||||
<mime-type type="application/x-godot-resource">
|
<mime-type type="application/x-godot-resource">
|
||||||
@@ -23,12 +23,14 @@
|
|||||||
|
|
||||||
<mime-type type="application/x-godot-shader">
|
<mime-type type="application/x-godot-shader">
|
||||||
<comment>Godot Engine shader</comment>
|
<comment>Godot Engine shader</comment>
|
||||||
|
<sub-class-of type="text/plain"/>
|
||||||
<icon name="x-godot-shader"/>
|
<icon name="x-godot-shader"/>
|
||||||
<glob pattern="*.gdshader"/>
|
<glob pattern="*.gdshader"/>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
|
|
||||||
<mime-type type="application/x-gdscript">
|
<mime-type type="application/x-gdscript">
|
||||||
<comment>GDScript script</comment>
|
<comment>GDScript script</comment>
|
||||||
|
<sub-class-of type="text/plain"/>
|
||||||
<icon name="x-gdscript"/>
|
<icon name="x-gdscript"/>
|
||||||
<glob pattern="*.gd"/>
|
<glob pattern="*.gd"/>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
|
|||||||
Reference in New Issue
Block a user