diff --git a/setupApps.ps1 b/setupApps.ps1 index 27324a9..5b794ab 100644 --- a/setupApps.ps1 +++ b/setupApps.ps1 @@ -67,7 +67,7 @@ function InstallZip { [string] $zip, [string] $exe, [string] $app, - [bool] $createSubfolder = $false + [bool] $createSubfolder = $false, [string] $skipIf = $false ) if (-not (Test-Path -Path $skipIf -PathType Container) -and $skipIf -ne $false) {