Update when with architecture type #2225
Unanswered
gamboajorge49
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By putting the winget to upgrade all packages
winget upgrade -h --all
it is overwriting the architecture that was installed. For example, I use Notepad++ in the x86 version, because some plugins that I like to use only work in the x86 version. When installing I used the commandwinget install -a x86 Notepad++.Notepad++
, but when updating it overwrites with x64. Should I run the update with some parameter so that it respects the installed architecture?Beta Was this translation helpful? Give feedback.
All reactions