Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
xBaank committed Aug 15, 2024
1 parent b40b237 commit 5aa29bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Console/DownloadPortAudioBin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (Test-Path $outputPath) {
}

# Download the archive
Write-Host "Downloading Portaudio..."
Write-Host "Downloading Portaudio for $platform..."
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$http = New-Object System.Net.WebClient
try {
Expand All @@ -35,7 +35,7 @@ try {
$zip.Dispose()
}

Write-Host "Done downloading Portaudio."
Write-Host "Done downloading $fileName"
} finally {
# Clean up
Remove-Item "$outputPath.zip" -Force
Expand Down

0 comments on commit 5aa29bf

Please sign in to comment.