From 04980a8c7b6c260394084ab12b4bdee957caa24f Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 3 May 2017 12:03:00 +0200 Subject: [PATCH] Fix retrieval of jpylyzer in AppVeyor --- tools/travis-ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis-ci/install.sh b/tools/travis-ci/install.sh index 003f8fa8..b1921844 100755 --- a/tools/travis-ci/install.sh +++ b/tools/travis-ci/install.sh @@ -65,7 +65,7 @@ if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then JPYLYZER_VERSION="1.17.0" echo "Retrieving jpylyzer" if [ "${APPVEYOR:-}" == "True" ]; then - wget --local-encoding=UTF-8 -q http://dl.bintray.com/openplanets/opf-windows/jpylyzer_${JPYLYZER_VERSION}_win32.zip + wget -q http://dl.bintray.com/openplanets/opf-windows/jpylyzer_${JPYLYZER_VERSION}_win32.zip mkdir jpylyzer cd jpylyzer cmake -E tar -xf ../jpylyzer_${JPYLYZER_VERSION}_win32.zip