]> 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 873084d052cb15af980e9a57edbc9effafa6eaa2..699019adf27dc05894759a832a68f5658ba8cc2f 100644 (file)
@@ -96,6 +96,13 @@ if exist "%LIBSQL3%" (
        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