Fixes filetype icon not showing

Fixes the icon of .FCStd files not showing because the xml element was
called icon instead of generic-icon
This commit is contained in:
IFo Hancroft
2022-08-13 02:36:59 +03:00
committed by wwmayer
parent 2af16e4804
commit fecf309e28

View File

@@ -4,6 +4,6 @@
<!-- <sub-class-of type="application/zip"/> -->
<comment>FreeCAD document files</comment>
<glob pattern="*.fcstd"/>
<icon name="org.freecadweb.FreeCAD"/>
<generic-icon name="org.freecadweb.FreeCAD"/>
</mime-type>
</mime-info>