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
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -130,7 +130,7 @@ function install_gajim {
 | 
				
			||||||
        "${QL_VERSION}" "${MINGW_ROOT}"/bin
 | 
					        "${QL_VERSION}" "${MINGW_ROOT}"/bin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Install plugin installer
 | 
					    # 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
 | 
					    mkdir "${PACKAGE_DIR}"/gajim/data/plugins
 | 
				
			||||||
    7z x -o"${PACKAGE_DIR}"/gajim/data/plugins "${BUILD_ROOT}"/plugin_installer.zip
 | 
					    7z x -o"${PACKAGE_DIR}"/gajim/data/plugins "${BUILD_ROOT}"/plugin_installer.zip
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue