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:
parent
d0ca202520
commit
89219a7948
@ -210,7 +210,12 @@
|
|||||||
<sub-class-of type="application/octet-stream"/>
|
<sub-class-of type="application/octet-stream"/>
|
||||||
<generic-icon name="application/octet-stream"/>
|
<generic-icon name="application/octet-stream"/>
|
||||||
<magic>
|
<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>
|
</magic>
|
||||||
<glob pattern="*.vkx"/>
|
<glob pattern="*.vkx"/>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user