diff --git a/install_windows.ps1 b/install_windows.ps1 index 446a8a6..6d1cc74 100644 --- a/install_windows.ps1 +++ b/install_windows.ps1 @@ -84,7 +84,7 @@ function ProcessUrlFiles $appname = $sourceDir.Split('\')[-1] $tmpApp = "$env:TMP\$appname-config" if (-not (Test-Path $tmpApp)) - { New-Item -ItemType Directory -Path $tmpApp + { New-Item -ItemType Directory -Path $tmpApp 2>$null } # Find all .url files in the source directory