Skip to content

Commit

Permalink
package rebuild: add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mnich authored Dec 22, 2024
1 parent c76470f commit 58cc8ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/Update-AllPackageManifests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ function Update-WingetPackage {
Install-Komac
foreach ($version in $manifestDict.Keys) {
$manifest = $manifestDict[$version]
Write-Host "Processing $PackageIdentifier version $version"
# Extract the installer links from the manifest
$installerLinks = Export-InstallerLinks -Manifest $manifest
# only perform rebuild if it will not be submitted or if no PR exists
Expand Down

0 comments on commit 58cc8ec

Please sign in to comment.