Better output

This commit is contained in:
2024-06-20 12:11:44 +02:00
parent 4f667f1b82
commit 176fe7fd82

View File

@@ -141,7 +141,7 @@ function DownloadFiles {
foreach ($fileInfo in $filesToDownload) { foreach ($fileInfo in $filesToDownload) {
$filePath = Join-Path $tmpPath $fileInfo.FileName $filePath = Join-Path $tmpPath $fileInfo.FileName
Write-Host "Downloading $($fileInfo.FileName)..." Write-Host "Checking $($fileInfo.FileName)..."
if (-not (Test-Path -Path $filePath -PathType Leaf)) { if (-not (Test-Path -Path $filePath -PathType Leaf)) {
Write-Host "File not found, downloading..." Write-Host "File not found, downloading..."