mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Added more mime types.
This commit is contained in:
parent
9450cbf276
commit
ed70134eef
1 changed files with 9 additions and 0 deletions
|
@ -10,4 +10,13 @@
|
|||
<glob pattern="*.lcd"/>
|
||||
<glob pattern="*.leocad"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-ldraw">
|
||||
<comment>LDraw File</comment>
|
||||
<glob pattern="*.ldr"/>
|
||||
<glob pattern="*.dat"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-multi-part-ldraw">
|
||||
<comment>Multi-part LDraw File</comment>
|
||||
<glob pattern="*.mpd"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
|
|
Loading…
Reference in a new issue