X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/c1b746dbab1f9324ec0d9956d44be1b2f68bf52b..02468bf10a1db541843fb089135585ea4fdcd4e2:/win32/installer.bat?ds=sidebyside diff --git a/win32/installer.bat b/win32/installer.bat index 873084d0..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!!