mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-21 06:14:23 +02:00
Merge branch 'master' into android-latest
This commit is contained in:
@ -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>
|
||||
|
@ -49,7 +49,7 @@ Unicode true
|
||||
; The name of the installer
|
||||
Name "GPXSee"
|
||||
; Program version
|
||||
!define VERSION "13.40"
|
||||
!define VERSION "13.42"
|
||||
|
||||
; The file to write
|
||||
OutFile "GPXSee-${VERSION}_x64.exe"
|
||||
|
Reference in New Issue
Block a user