From b6175bf83ec339ce99184c96ffb480403f534359 Mon Sep 17 00:00:00 2001 From: Antoine Aubry Date: Tue, 30 Jun 2015 14:31:46 +0100 Subject: [PATCH] Add gauge to download progress bar. --- build.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/build.ps1 b/build.ps1 index 900ed4bcc..453e6ca98 100644 --- a/build.ps1 +++ b/build.ps1 @@ -6,6 +6,7 @@ function Download-File($url, $path, $description) { $wc = New-Object System.Net.WebClient Write-Host "Downloading $description" + Write-Host ": ‖---------|---------|---------|---------|---------|---------|---------|---------|---------|---------‖" Write-Host ": " -NoNewline $previousPercentage = 0