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
rovabunw
changed the title
[Package Issue]: RIA.DigiDoc4 4.6.0
[Package Issue]: Updating RIA.DigiDoc4 4.6.0 and above -> Updating a manifest is only supported with the same number of installer URLs
Jan 5, 2025
rovabunw
changed the title
[Package Issue]: Updating RIA.DigiDoc4 4.6.0 and above -> Updating a manifest is only supported with the same number of installer URLs
[Package Issue]: Updating RIA.DigiDoc4 4.6.0 and up -> Updating a manifest is only supported with the same number of installer URLs
Jan 5, 2025
It isn't an issue with winget-create, it's intentional that wingetcreate update only works with the same number of URLS. In some cases, installer overrides must be provided with the URLs in order for winget-create to properly match them to installers. In the event that the number of installers needs to be changed, wingetcreate new must be used
Please confirm these before moving forward
Category of the issue
Other
Brief description of your issue
This package has been updated up to version 4.5.1. This version used to have two localized MSI's (en-US and et-EE):
https://github.com/open-eid/DigiDoc4-Client/releases/tag/v4.5.1
https://github.com/open-eid/DigiDoc4-Client/releases/download/v4.5.1/Digidoc4_Client-4.5.1.4455.x64.en-US.qt.msi
https://github.com/open-eid/DigiDoc4-Client/releases/download/v4.5.1/Digidoc4_Client-4.5.1.4455.x64.et-EE.qt.msi
Since version 4.6.0 it has only one (non localized) MSI:
https://github.com/open-eid/DigiDoc4-Client/releases/tag/v4.6.0
https://github.com/open-eid/DigiDoc4-Client/releases/download/v4.6.0/Digidoc4-4.6.0.5305.x64.qt.msi
using:
wingetcreate update -s RIA.DigiDoc4 -u "https://github.com/open-eid/DigiDoc4-Client/releases/download/v4.6.0/Digidoc4-4.6.0.5305.x64.qt.msi" --version 4.6.0.5305
wingetcreate update -s RIA.DigiDoc4 -u "https://github.com/open-eid/DigiDoc4-Client/releases/download/v4.7.0/Digidoc4-4.7.0.5322.x64.qt.msi" --version 4.7.0.5322
etc
results in:
"Updating a manifest is only supported with the same number of installer URLs."
how should this be updated?
Steps to reproduce
wingetcreate update -s RIA.DigiDoc4 -u "https://github.com/open-eid/DigiDoc4-Client/releases/download/v4.6.0/Digidoc4-4.6.0.5305.x64.qt.msi" --version 4.6.0.5305
Actual behavior
nothing ->
"Updating a manifest is only supported with the same number of installer URLs."
Expected behavior
updating the manifest with one installer
Environment
Screenshots and Logs
No response
The text was updated successfully, but these errors were encountered: