File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ install:
19
19
- mkdir %LOCALAPPDATA%\QtProject && copy test\qtlogging.ini %LOCALAPPDATA%\QtProject\
20
20
- ps : |
21
21
Write-Host "Installing GStreamer..." -ForegroundColor Cyan
22
- $msiPath = "$($env:USERPROFILE)\gstreamer-1.0-x86-1.5.2 .msi"
22
+ $msiPath = "$($env:USERPROFILE)\gstreamer-1.0-x86-1.14.4 .msi"
23
23
Write-Host "Downloading..."
24
- (New-Object Net.WebClient).DownloadFile('https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-x86-1.5.2 .msi', $msiPath)
24
+ (New-Object Net.WebClient).DownloadFile('https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-x86-1.14.4 .msi', $msiPath)
25
25
Write-Host "Installing..."
26
26
cmd /c start /wait msiexec /package $msiPath /passive ADDLOCAL=ALL
27
27
Write-Host "Installed" -ForegroundColor Green
28
28
- ps : |
29
29
Write-Host "Installing GStreamer dev..." -ForegroundColor Cyan
30
- $msiPath = "$($env:USERPROFILE)\gstreamer-1.0-devel-x86-1.5.2 .msi"
30
+ $msiPath = "$($env:USERPROFILE)\gstreamer-1.0-devel-x86-1.14.4 .msi"
31
31
Write-Host "Downloading..."
32
- (New-Object Net.WebClient).DownloadFile('https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-devel-x86-1.5.2 .msi', $msiPath)
32
+ (New-Object Net.WebClient).DownloadFile('https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-devel-x86-1.14.4 .msi', $msiPath)
33
33
Write-Host "Installing..."
34
34
cmd /c start /wait msiexec /package $msiPath /passive ADDLOCAL=ALL
35
35
Write-Host "Installed" -ForegroundColor Green
You can’t perform that action at this time.
0 commit comments