We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a41976 commit d5f9aedCopy full SHA for d5f9aed
UnitySetup/UnitySetup.psm1
@@ -598,7 +598,7 @@ function Request-UnitySetupInstaller {
598
}
599
600
# TODO: Display in Kbps on slow networks.
601
- Write-Progress -Activity "$("{0:N2}" -f $averageSpeed) Mbps`nDownloading $($_.DownloadUrl)" `
+ Write-Progress -Activity "$("{0:N2}" -f $averageSpeed) Mbps | Downloading $installerFileName" `
602
-Status "$($receivedBytes | Get-FileSize) of $($totalBytes | Get-FileSize)" `
603
-SecondsRemaining $secondsRemaining `
604
-PercentComplete $progress
0 commit comments