From: Even Rouault Date: Wed, 3 May 2017 10:03:00 +0000 (+0200) Subject: Fix retrieval of jpylyzer in AppVeyor X-Git-Tag: v2.2.0~94^2 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=04980a8c7b6c260394084ab12b4bdee957caa24f;p=openjpeg.git Fix retrieval of jpylyzer in AppVeyor --- 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