Make winget install more specific by spenserblack · Pull Request #537 · boyter/scc
I'm basically just copying good instructions that I've seen in other projects. What this does is add:
--idoption that ensures thatbenboyter.sccis the ID. Without thisbenboyter.sccis getting passed as a query instead of as a unique ID. This could potentially cause a similarly named package to get installed.--sourceoption to specify that thewingetrepository should be used.
Personally, I always use the --id option with winget.