瀏覽代碼

Merge pull request #51038 from YeldhamDev/mime_yet_again

Properly tag project files as a subclass of plain text in the MIME info
Rémi Verschelde 4 年之前
父節點
當前提交
57cd7878bc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      misc/dist/linux/org.godotengine.Godot.xml

+ 1 - 0
misc/dist/linux/org.godotengine.Godot.xml

@@ -2,6 +2,7 @@
 <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>