appveyor: use 7z instead of zip
This commit is contained in:
parent
1f93ebc77e
commit
1e16fe387d
@ -139,7 +139,12 @@ ifdef COMSPEC
|
|||||||
#some misc files we have to add to the release archive under windows.
|
#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 += $(wildcard ../bin/libpng*.dll) $(wildcard ../bin/libjpeg*.dll) bin/zlib1.dll $(TTFLIBS)
|
||||||
PLATFORMFILES += bin/libtiff-5.dll
|
PLATFORMFILES += bin/libtiff-5.dll
|
||||||
|
ifdef APPVEYOR
|
||||||
|
ZIP = 7z
|
||||||
|
ZIPOPT = a
|
||||||
|
else
|
||||||
ZIP = zip
|
ZIP = zip
|
||||||
|
endif
|
||||||
else
|
else
|
||||||
|
|
||||||
# default for GENERATEDOCBIN
|
# default for GENERATEDOCBIN
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user