Skip to content

Commit

Permalink
fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Utesgui authored Jun 11, 2024
1 parent c1d2e6e commit d7f5253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Update-PackageManifests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function Update-WingetPackage {
$installerLinks = Export-InstallerLinks -Manifest $manifest

Install-Komac
.\komac.exe update --version $version --identifier $PackageIdentifier --urls "$($installerLinks -join ' ')" -o $OutputDir -t $Token --dry-run
.\komac.exe update --version $version --identifier $PackageIdentifier --urls $installerLinks -o $OutputDir -t $Token --dry-run
}
}

Expand Down

0 comments on commit d7f5253

Please sign in to comment.