Philipp Hörist pushed to branch master at gajim / gajim

Commits:
ab23757f by Philipp Hörist at 2017-09-30T18:00:39+02:00
Use curl for Windows build instead of wget

wget seems to be broken currently on appveyor

- - - - -


1 changed file:

- win/_base.sh


Changes:

=====================================
win/_base.sh
=====================================
--- 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
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/ab23757f09a8cb194ebf0a4441fb44f169780314

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/ab23757f09a8cb194ebf0a4441fb44f169780314
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to