diff --git a/.appveyor.yml b/.appveyor.yml index 3dd03a4a..fe6b9936 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -48,6 +48,7 @@ build_script: xcopy pkg\csv installer\csv /i xcopy pkg\maps installer\maps /i xcopy lang\*.qm installer\translations\ /sy + xcopy icons\symbols installer\symbols /i copy licence.txt installer copy %OPENSSLDIR%\%LIBCRYPTO% installer copy %OPENSSLDIR%\%LIBSSL% installer diff --git a/gpxsee.pro b/gpxsee.pro index ceee32db..83a91981 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -453,7 +453,7 @@ macx { } win32 { - RC_ICONS = icons/app/*.ico \ + RC_ICONS = icons/app/gpxsee.ico \ $$file(icons/formats/*.ico) DEFINES += _USE_MATH_DEFINES \ NOGDI diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 22d4c37f..154ea111 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -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" diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 924a3adc..a9c630ce 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -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"