mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-20 12:40:18 +00:00
associate .hct and .zct files with ZoiteChat for theme importing.
This commit is contained in:
@@ -5,4 +5,4 @@ Exec=thememan %f
|
|||||||
Icon=zoitechat
|
Icon=zoitechat
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
MimeType=application/x-hct;
|
MimeType=application/x-hct;application/x-zct;
|
||||||
|
|||||||
@@ -1,8 +1,13 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
||||||
<mime-type type="application/x-hct">
|
<mime-type type="application/x-hct">
|
||||||
<comment>ZoiteChat theme archives</comment>
|
<comment>ZoiteChat theme archives</comment>
|
||||||
<icon name="zoitechat" />
|
<icon name="zoitechat" />
|
||||||
<glob pattern="*.hct" weight="100" />
|
<glob pattern="*.hct" weight="100" />
|
||||||
</mime-type>
|
</mime-type>
|
||||||
</mime-info>
|
<mime-type type="application/x-zct">
|
||||||
|
<comment>ZoiteChat theme archives</comment>
|
||||||
|
<icon name="zoitechat" />
|
||||||
|
<glob pattern="*.zct" weight="100" />
|
||||||
|
</mime-type>
|
||||||
|
</mime-info>
|
||||||
|
|||||||
Reference in New Issue
Block a user