diff --git a/.appveyor.yml b/.appveyor.yml index 64537e8c371dc008ff14a60a1cc1e715f654bd30..686ad365e88d86879175a3a052c3c3e85cf5b041 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -31,7 +31,7 @@ install: Write-Host "Downloading..." (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 + cmd /c start /wait msiexec /package $msiPath /passive ADDLOCAL=ALL Write-Host "Installed" -ForegroundColor Green - ps: | Write-Host "Installing GStreamer dev..." -ForegroundColor Cyan @@ -39,7 +39,7 @@ install: Write-Host "Downloading..." (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 + cmd /c start /wait msiexec /package $msiPath /passive ADDLOCAL=ALL Write-Host "Installed" -ForegroundColor Green build_script: