github microsoft/winget-create v0.4.4.1-preview
Windows Package Manager Manifest Creator v0.4.4.1

latest releases: v1.10.3.0, v1.10.2.0, v1.9.14.0...
3 years ago

This version of Winget-Create adds a feature to allow users to override the architecture of an installer they provide. To do so, simply use the '|' character as a separator between the url and architecture. You will also need to enclose the entire joined string in quotations as '|' is a reserved character in terminal.

Example: wingetcreate update foo.bar -u "fooBarInstaller.exe|x86"

To tool will still continue to match new installers to existing installers based on the overriding architecture, url-detected architecture, and binary architecture so make sure that it can deterministically find a match.

We've also added additional checks so that any fields with empty strings are removed from the outputted manifest.

Changes:

  • 7742e43 Remove empty fields from manifest in new and update command (#208)
  • 073d4f8 Add architecture override option to Update command (#206)

Don't miss a new winget-create release

NewReleases is sending notifications on new releases.