diff --git a/.appveyor.yml b/.appveyor.yml index 6aa90392e2960d3f86cb48dc758ad32987226c82..64537e8c371dc008ff14a60a1cc1e715f654bd30 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -27,17 +27,17 @@ install: Write-Host "Installed" -ForegroundColor Green - ps: | Write-Host "Installing GStreamer..." -ForegroundColor Cyan - $msiPath = "$($env:USERPROFILE)\gstreamer-1.0-x86-1.8.1.msi" + $msiPath = "$($env:USERPROFILE)\gstreamer-1.0-x86-1.5.2.msi" Write-Host "Downloading..." - (New-Object Net.WebClient).DownloadFile('https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-x86-1.8.1.msi', $msiPath) + (New-Object Net.WebClient).DownloadFile('https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-x86-1.5.2.msi', $msiPath) Write-Host "Installing..." cmd /c start /wait msiexec /package $msiPath /passive Write-Host "Installed" -ForegroundColor Green - ps: | Write-Host "Installing GStreamer dev..." -ForegroundColor Cyan - $msiPath = "$($env:USERPROFILE)\gstreamer-1.0-devel-x86-1.8.1.msi" + $msiPath = "$($env:USERPROFILE)\gstreamer-1.0-devel-x86-1.5.2.msi" Write-Host "Downloading..." - (New-Object Net.WebClient).DownloadFile('https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-devel-x86-1.8.1.msi', $msiPath) + (New-Object Net.WebClient).DownloadFile('https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-devel-x86-1.5.2.msi', $msiPath) Write-Host "Installing..." cmd /c start /wait msiexec /package $msiPath /passive Write-Host "Installed" -ForegroundColor Green