mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
Added datum files to packages
This commit is contained in:
parent
34b1fb6b5d
commit
1ff13ee9f8
@ -173,7 +173,9 @@ macx {
|
|||||||
icons/fit.icns \
|
icons/fit.icns \
|
||||||
icons/igc.icns \
|
icons/igc.icns \
|
||||||
icons/nmea.icns \
|
icons/nmea.icns \
|
||||||
pkg/maps.txt
|
pkg/maps.txt \
|
||||||
|
pkg/ellipsoids.csv \
|
||||||
|
pkg/datums.csv
|
||||||
APP_RESOURCES.path = Contents/Resources
|
APP_RESOURCES.path = Contents/Resources
|
||||||
QMAKE_BUNDLE_DATA += APP_RESOURCES
|
QMAKE_BUNDLE_DATA += APP_RESOURCES
|
||||||
}
|
}
|
||||||
|
@ -82,6 +82,8 @@ Section "GPXSee" SEC_APP
|
|||||||
; Put the files there
|
; Put the files there
|
||||||
File "gpxsee.exe"
|
File "gpxsee.exe"
|
||||||
File "maps.txt"
|
File "maps.txt"
|
||||||
|
File "ellipsoids.csv"
|
||||||
|
File "datums.csv"
|
||||||
|
|
||||||
; Create start menu entry and add links
|
; Create start menu entry and add links
|
||||||
SetShellVarContext all
|
SetShellVarContext all
|
||||||
|
@ -89,6 +89,8 @@ Section "GPXSee" SEC_APP
|
|||||||
; Put the files there
|
; Put the files there
|
||||||
File "gpxsee.exe"
|
File "gpxsee.exe"
|
||||||
File "maps.txt"
|
File "maps.txt"
|
||||||
|
File "ellipsoids.csv"
|
||||||
|
File "datums.csv"
|
||||||
|
|
||||||
; Create start menu entry and add links
|
; Create start menu entry and add links
|
||||||
SetShellVarContext all
|
SetShellVarContext all
|
||||||
|
Loading…
Reference in New Issue
Block a user