Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2017-09-30 19:00:39 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-09-30 19:00:39 +0300
commitab23757f09a8cb194ebf0a4441fb44f169780314 (patch)
treefdb2f66e1a76369b4827b94d6db0321528bd1f36 /win/_base.sh
parent6f472cc120142691c6a46ff95cb494b9411ac5c4 (diff)
Use curl for Windows build instead of wget
wget seems to be broken currently on appveyor
Diffstat (limited to 'win/_base.sh')
-rw-r--r--win/_base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/_base.sh b/win/_base.sh
index 0b28db753..0e29c581b 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -130,7 +130,7 @@ function install_gajim {
"${QL_VERSION}" "${MINGW_ROOT}"/bin
# Install plugin installer
- wget -P "${BUILD_ROOT}" -c https://ftp.gajim.org/plugins_1/plugin_installer.zip
+ curl -o "${BUILD_ROOT}"/plugin_installer.zip https://ftp.gajim.org/plugins_1/plugin_installer.zip
mkdir "${PACKAGE_DIR}"/gajim/data/plugins
7z x -o"${PACKAGE_DIR}"/gajim/data/plugins "${BUILD_ROOT}"/plugin_installer.zip