Add Linux MIME type for new kicad_sch extension
Fixes https://gitlab.com/kicad/code/kicad/issues/4399
This commit is contained in:
parent
9ca61b50b6
commit
5cbaefaa1f
|
@ -11,6 +11,7 @@
|
|||
<comment>KiCad Schematic</comment>
|
||||
<comment xml:lang="fr">Schéma électronique KiCad</comment>
|
||||
<glob pattern="*.sch"/>
|
||||
<glob pattern="*.kicad_sch"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-kicad-pcb">
|
||||
<sub-class-of type="text/plain"/>
|
||||
|
|
Loading…
Reference in New Issue