Browse Source

Bugfix: Add zlib1.dll to Win32 release archive

New dependency with IPv6-enabled libcurl
Luke Dashjr 13 years ago
parent
commit
04d7fe1d50
1 changed files with 1 additions and 0 deletions
  1. 1 0
      make-release

+ 1 - 0
make-release

@@ -19,6 +19,7 @@ cp -v \
 	libcurl-4.dll \
 	pthreadGC2.dll \
 	libusb-1.0.dll \
+	zlib1.dll \
 	"$OUTDIR/"
 git branch TMP "$tag"
 git clone . "$TMPDIR" -b TMP --depth 1