mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
14 lines
432 B
XML
14 lines
432 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
|
<mime-type type="application/x-xca-database">
|
|
<comment>XCA database</comment>
|
|
<glob pattern="*.xdb"/>
|
|
<icon name="x-xca-database"/>
|
|
</mime-type>
|
|
<mime-type type="application/x-xca-template">
|
|
<comment>XCA template</comment>
|
|
<glob pattern="*.xca"/>
|
|
<icon name="x-xca-template"/>
|
|
</mime-type>
|
|
</mime-info>
|