diff --git a/install_windows.ps1 b/install_windows.ps1 index 8f5e12a..446a8a6 100644 --- a/install_windows.ps1 +++ b/install_windows.ps1 @@ -76,8 +76,8 @@ function ProcessUrlFiles # Ensure the destination directory exists if (-not (Test-Path $destinationDir)) { - New-Item -ItemType Directory -Path $destinationDir - return + Write-Host "Creating destination directory $destinationDir ..." -ForegroundColor Cyan + New-Item -ItemType Directory -Path $destinationDir 2>$null } # Create temporary directory for curl