Skip to content

Commit

Permalink
Add gauge to download progress bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaubry committed Jun 30, 2015
1 parent 9d93b69 commit b6175bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6175bf

Please sign in to comment.