initial commit, 4.5 stable
Some checks failed
🔗 GHA / 📊 Static checks (push) Has been cancelled
🔗 GHA / 🤖 Android (push) Has been cancelled
🔗 GHA / 🍏 iOS (push) Has been cancelled
🔗 GHA / 🐧 Linux (push) Has been cancelled
🔗 GHA / 🍎 macOS (push) Has been cancelled
🔗 GHA / 🏁 Windows (push) Has been cancelled
🔗 GHA / 🌐 Web (push) Has been cancelled
Some checks failed
🔗 GHA / 📊 Static checks (push) Has been cancelled
🔗 GHA / 🤖 Android (push) Has been cancelled
🔗 GHA / 🍏 iOS (push) Has been cancelled
🔗 GHA / 🐧 Linux (push) Has been cancelled
🔗 GHA / 🍎 macOS (push) Has been cancelled
🔗 GHA / 🏁 Windows (push) Has been cancelled
🔗 GHA / 🌐 Web (push) Has been cancelled
This commit is contained in:
38
misc/dist/linux/org.godotengine.Godot.xml
vendored
Normal file
38
misc/dist/linux/org.godotengine.Godot.xml
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
<?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>
|
||||
<sub-class-of type="text/plain"/>
|
||||
<icon name="x-godot-project"/>
|
||||
<glob pattern="project.godot"/>
|
||||
</mime-type>
|
||||
|
||||
<mime-type type="application/x-godot-resource">
|
||||
<comment>Godot Engine resource</comment>
|
||||
<icon name="x-godot-resource"/>
|
||||
<glob pattern="*.res"/>
|
||||
<glob pattern="*.tres"/>
|
||||
</mime-type>
|
||||
|
||||
<mime-type type="application/x-godot-scene">
|
||||
<comment>Godot Engine scene</comment>
|
||||
<icon name="x-godot-scene"/>
|
||||
<glob pattern="*.scn"/>
|
||||
<glob pattern="*.tscn"/>
|
||||
<glob pattern="*.escn"/>
|
||||
</mime-type>
|
||||
|
||||
<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>
|
||||
</mime-info>
|
Reference in New Issue
Block a user