aboutsummaryrefslogtreecommitdiff
path: root/scripts/fetchDependency.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fetchDependency.ps1')
-rw-r--r--scripts/fetchDependency.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetchDependency.ps1 b/scripts/fetchDependency.ps1
index 8ea69e488..2cc782feb 100644
--- a/scripts/fetchDependency.ps1
+++ b/scripts/fetchDependency.ps1
@@ -89,7 +89,7 @@ function SelectProgram([Parameter(Mandatory=$true)][string]$Dependency)
}
elseif($extractionType -eq $ExtractionType_ZIP)
{
- if (-not (Test-Path $executableFromDownload)) # consider renaming the extraction folder to make sure the extraction finished
+ if (-not (Test-Path $executableFromDownload))
{
vcpkgExtractFile -File $downloadPath -Destination $extractionFolder
}