Use curl for Windows build instead of wget
wget seems to be broken currently on appveyor
This commit is contained in:
parent
6f472cc120
commit
ab23757f09
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue