1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-04-28 07:47:44 +02:00

Use a better magic match for Vakaros VKX files

This commit is contained in:
Martin Tůma 2025-04-23 22:02:45 +02:00
parent d0ca202520
commit 89219a7948

View File

@ -210,7 +210,12 @@
<sub-class-of type="application/octet-stream"/>
<generic-icon name="application/octet-stream"/>
<magic>
<match type="byte" offset="0" value="0xFF"/>
<match type="big16" offset="0" value="0xFF00"/>
<match type="big16" offset="0" value="0xFF01"/>
<match type="big16" offset="0" value="0xFF02"/>
<match type="big16" offset="0" value="0xFF03"/>
<match type="big16" offset="0" value="0xFF04"/>
<match type="big16" offset="0" value="0xFF05"/>
</magic>
<glob pattern="*.vkx"/>
</mime-type>