1
0
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:
2025-05-07 23:35:49 +02:00
120 changed files with 483 additions and 171 deletions

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>

View File

@ -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"