From 1ade4f51501d7b16929fbbcdb9a874d65a0d3e1c Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Mon, 16 Dec 2019 16:32:24 -0800 Subject: [PATCH] Fix --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 32a0e9007..fcf9bf536 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -23,7 +23,7 @@ install: Write-Host "Installing Qt..." -ForegroundColor Cyan $qt7zPath = "$($env:USERPROFILE)\Qt-QGC-5.12.6.7z" Write-Host "Downloading..." - (New-Object Net.WebClient).DownloadFile('https://qgroundcontrol.s3-us-west-2.amazonaws.com/dependencies/Qt-QGC-5.12.6.7z', $msiPath) + (New-Object Net.WebClient).DownloadFile('https://qgroundcontrol.s3-us-west-2.amazonaws.com/dependencies/Qt-QGC-5.12.6.7z', $qt7zPath) Write-Host "Unzipping..." cmd /c start /wait 7z x $qt7zPath -oC:\ Write-Host "Installed" -ForegroundColor Green -- 2.22.0