]> git.street.me.uk Git - andy/viking.git/blobdiff - win32/installer.bat
Make generation of the copyright year in the code automatic.
[andy/viking.git] / win32 / installer.bat
index 44b8dab490f00f6c7b1112c7456da510e0eb0915..699019adf27dc05894759a832a68f5658ba8cc2f 100644 (file)
@@ -96,6 +96,13 @@ if exist "%LIBSQL3%" (
        echo Required %LIBSQL3% does not exist\r
        goto Tidy\r
 )\r
        echo Required %LIBSQL3% does not exist\r
        goto Tidy\r
 )\r
+set LIBZIP=%MINGW_BIN%\libzip.dll\r
+if exist "%LIBZIP%" (\r
+       %MYCOPY% "%LIBZIP%" %DESTINATION%\r
+) else (\r
+       echo Required %LIBZIP% does not exist\r
+       goto Tidy\r
+)\r
 \r
 :: TODO Maybe embed http://gtk-win.sourceforge.net/home/index.php/Main/EmbeddingGTK directly in NSIS?\r
 :: Best to use the same GTK version as we built against in prepare.bat!!\r
 \r
 :: TODO Maybe embed http://gtk-win.sourceforge.net/home/index.php/Main/EmbeddingGTK directly in NSIS?\r
 :: Best to use the same GTK version as we built against in prepare.bat!!\r
@@ -122,7 +129,7 @@ cache\%GTK_RUNTIME% /sideeffects=no /setpath=no /dllpath=root /translations=no /
 \r
 echo Copying GPSBabel Installer
 mkdir %DESTINATION%\Optional
 \r
 echo Copying GPSBabel Installer
 mkdir %DESTINATION%\Optional
-%MYCOPY% cache\GPSBabel-1.5.1-Setup.exe %DESTINATION%\Optional
+%MYCOPY% cache\GPSBabel-1.5.2-Setup.exe %DESTINATION%\Optional
 if ERRORLEVEL 1 goto Error
 
 ::\r
 if ERRORLEVEL 1 goto Error
 
 ::\r