little update

This commit is contained in:
MyDrift 2024-08-19 21:28:57 +02:00
parent 7cc5725136
commit 838716e2f4

View File

@ -78,7 +78,7 @@ function Invoke-WPFGetIso {
} }
} elseif ($sync["ISOoption1"].IsChecked) { } elseif ($sync["ISOoption1"].IsChecked) {
# Auto download newest ISO # Auto download newest ISO
$filePath = Invoke-WinUtilDownloadISO $filePath = Invoke-WinUtilDownloadISO -rel $rel -locale $locale -arch $arch
} }
Write-Host "File path $($filePath)" Write-Host "File path $($filePath)"