1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-25 18:49:16 +02:00

Windows build fixes

This commit is contained in:
2021-10-10 12:44:49 +02:00
parent eb7220f0c8
commit 0a627feab4
4 changed files with 4 additions and 1 deletions

View File

@ -85,6 +85,7 @@ Section "GPXSee" SEC_APP
File "gpxsee.exe"
File /r "maps"
File /r "csv"
File /r "symbols"
; Create the uninstaller
WriteUninstaller "$INSTDIR\uninstall.exe"

View File

@ -92,6 +92,7 @@ Section "GPXSee" SEC_APP
File "gpxsee.exe"
File /r "maps"
File /r "csv"
File /r "symbols"
; Create the uninstaller
WriteUninstaller "$INSTDIR\uninstall.exe"