From 5411c0daceed04a41e7a1d9de4fab02cb4be44b5 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Thu, 20 Jun 2024 11:44:51 +0200 Subject: [PATCH] fix syntax --- setupApps.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {