Fix msvc_2015_update3_patch

Change-Id: Ie008b274c2f27d9792340dd4f6c2d3215bd376ca
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
This commit is contained in:
Oliver Wolff
2018-04-04 08:39:36 +02:00
committed by Liang Qi
parent daeaec9b3c
commit 0029642f18

View File

@@ -47,7 +47,6 @@ if (Test-Path $preparedPackage) {
# The prepared package contains updated packages so that not everything has to be downloaded
Write-Host "Using prepared package"
Copy-Item -Recurse $preparedPackage $packagePath
exit 0
# Remove the whole downloaded folder
$toRemove = $packagePath + "\vs14-kb3165756-update"
$executable = "$toRemove\vs14-kb3165756.exe"