X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/f570ee2bc0dac52b9bba9a193b7ba48e64f797ed..02468bf10a1db541843fb089135585ea4fdcd4e2:/win32/installer.bat diff --git a/win32/installer.bat b/win32/installer.bat index 44b8dab4..699019ad 100644 --- a/win32/installer.bat +++ b/win32/installer.bat @@ -96,6 +96,13 @@ if exist "%LIBSQL3%" ( echo Required %LIBSQL3% does not exist goto Tidy ) +set LIBZIP=%MINGW_BIN%\libzip.dll +if exist "%LIBZIP%" ( + %MYCOPY% "%LIBZIP%" %DESTINATION% +) else ( + echo Required %LIBZIP% does not exist + goto Tidy +) :: TODO Maybe embed http://gtk-win.sourceforge.net/home/index.php/Main/EmbeddingGTK directly in NSIS? :: Best to use the same GTK version as we built against in prepare.bat!! @@ -122,7 +129,7 @@ cache\%GTK_RUNTIME% /sideeffects=no /setpath=no /dllpath=root /translations=no / 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 ::