appveyor: use 7z instead of zip

This commit is contained in:
Thomas Bernard 2019-03-08 20:17:24 +01:00
parent 1f93ebc77e
commit 1e16fe387d
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -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