]> git.street.me.uk Git - andy/viking.git/blobdiff - win32/installer/viking-installer.nsi
Fix new test programs to work under 'make distcheck'
[andy/viking.git] / win32 / installer / viking-installer.nsi
index 3f5b5e08e147b7c583675b85eaf99516ed1cdad4..7d2540c031fcc2d6705c61f1225d3715884c5f53 100644 (file)
@@ -314,9 +314,9 @@ SectionEnd
 ; GPSBabel Install Section
 ;
 Section $(VIKING_GPSBABEL_SECTION_TITLE) SecGPSBabel
-  File "bin\Optional\GPSBabel-1.5.1-Setup.exe"
-  ExecWait '"$INSTDIR\GPSBabel-1.5.1-Setup.exe" /SILENT'
-  Delete "$INSTDIR\GPSBabel-1.5.1-Setup.exe"
+  File "bin\Optional\GPSBabel-1.5.2-Setup.exe"
+  ExecWait '"$INSTDIR\GPSBabel-1.5.2-Setup.exe" /SILENT'
+  Delete "$INSTDIR\GPSBabel-1.5.2-Setup.exe"
 SectionEnd
 
 ;--------------------------------