From 1e16fe387dbc90e547c8a4ae8ad1731b712a28ac Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 8 Mar 2019 20:17:24 +0100 Subject: [PATCH] appveyor: use 7z instead of zip --- src/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Makefile b/src/Makefile index 1d78125f..ae241437 100644 --- a/src/Makefile +++ b/src/Makefile @@ -139,7 +139,12 @@ ifdef COMSPEC #some misc files we have to add to the release archive under windows. PLATFORMFILES += $(wildcard ../bin/libpng*.dll) $(wildcard ../bin/libjpeg*.dll) bin/zlib1.dll $(TTFLIBS) PLATFORMFILES += bin/libtiff-5.dll + ifdef APPVEYOR + ZIP = 7z + ZIPOPT = a + else ZIP = zip + endif else # default for GENERATEDOCBIN