fix syntax

This commit is contained in:
2024-06-20 11:56:41 +02:00
parent 038095a607
commit 35606ec5bf

View File

@@ -72,7 +72,6 @@ function InstallZip {
)
if ($skipIf -ne $false -and (Test-Path -Path $skipIf -PathType Container)) {
Write-Host "$app already installed."
}
} else {
$zipName = [System.IO.Path]::GetFileNameWithoutExtension($zip)
Write-Host "Installing $zipName..."