Browse Source

Merge pull request #74920 from Paragoumba/mime-xml-namespace

Fix xml namespace in org.godotengine.Godot.xml
Yuri Sizov 2 years ago
parent
commit
c58080299a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misc/dist/linux/org.godotengine.Godot.xml

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

@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
 <?xml version="1.0"?>
-<mime-info xmlns="https://specifications.freedesktop.org/shared-mime-info-spec">
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
   <mime-type type="application/x-godot-project">
   <mime-type type="application/x-godot-project">
     <comment>Godot Engine project</comment>
     <comment>Godot Engine project</comment>
     <sub-class-of type="text/plain"/>
     <sub-class-of type="text/plain"/>