Browse Source

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 năm trước cách đây
mục cha
commit
57cd7878bc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>