From 56fc945314ebc4bdc7f0443491a90ca8dc3fcfc4 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 16 Oct 2006 19:59:34 +0000 Subject: [PATCH] Better compression for win32.zip packages building in order to make E-bola happy. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6139368c9d..51e11b49b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -805,7 +805,7 @@ package-win32-base-exe-linux: package-win32-base-zip: package-win32-base # Create package - zip -r vlc-${VERSION}-win32.zip vlc-${VERSION} + zip -r -9 vlc-${VERSION}-win32.zip vlc-${VERSION} package-win32-base-7zip: package-win32-base # Create package -- 2.39.2