From a95be81cfd88a84bb341acff72db2e686a16d0be Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Tue, 27 Aug 2024 14:16:49 +0200 Subject: [PATCH] less verbose output on dir creation --- install_windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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