Great! Glad it's working for you. Though in the case of Sigil, there's really no difference between:
Code:
winget install --id Sigil-Ebook.Sigil
and
Code:
winget update --id Sigil-Ebook.Sigil
The upgrade behavior specified in Sigil's winget manifest is simply to install over top of the existing Sigil installation. But either way works fine.
I'm very comfortable with winget's command line interface, but for those who are not, check out UniGetUI (
https://www.marticliment.com/unigetui/) formerly WingetUI. It can be a bit daunting at first, but it allows you to have a gui frontend for winget, Chocolatey, Scoop, pip and several other repositories. You can even get visual notifications about new versions being available.