You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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:
This discussion was created from the release Windows Package Manager Manifest Creator v0.4.4.1.
Beta Was this translation helpful? Give feedback.
All reactions