Skip to content

Commit e43ba8c

Browse files
committed
Use verbose for zipping so the user can see what is being zipped
1 parent b722ec5 commit e43ba8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Write-Host "Zipping..." -ForegroundColor Cyan
4444
$DWINFolder = Get-Item -Path "$BuildTmpDir/$FirmwareFolderName"
4545
$ZipContents += $DWINFolder
4646

47-
$ZipContents | Compress-Archive -DestinationPath $OutputPath -CompressionLevel Optimal
47+
$ZipContents | Compress-Archive -DestinationPath $OutputPath -CompressionLevel Optimal -Verbose
4848

4949
# Done
5050
Write-Host ""

0 commit comments

Comments
 (0)