summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--win32/deps/zlib/build-x86.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/deps/zlib/build-x86.bat b/win32/deps/zlib/build-x86.bat
index 86102d7b..fd0b685f 100644
--- a/win32/deps/zlib/build-x86.bat
+++ b/win32/deps/zlib/build-x86.bat
@@ -20,7 +20,7 @@ copy zlib.h %ZLIB_DEST%\include
 copy zconf.h %ZLIB_DEST%\include

 copy zdll.lib %ZLIB_DEST%\lib

 copy zlib1.dll %ZLIB_DEST%\bin

-copy README %ZLIB_DEST%\COPYING.ZLIB

+copy README %ZLIB_DEST%\LICENSE.ZLIB

 nmake -f win32\makefile.msc clean

 

 cd %ZLIB_DEST%