cli icon indicating copy to clipboard operation
cli copied to clipboard

Windows - Add `DisplayVersion` key to registry

Open onwardmk opened this issue 8 months ago • 6 comments

This project is for the Heroku CLI only and issues are reviewed as we are able. If you need more immediate assistance or help with anything not specific to the CLI itself, please use https://help.heroku.com.

Do you want to request a feature or report a bug?

Bug

What is the current behavior?

I'm on Windows, and I use WinGet to manage packages on my system. When I upgrade my packages with WinGet, I have to use the --include-unknown flag to upgrade this package because the DisplayVersion key hasn't been added to the registry per this comment. In addition, I have to upgrade this package every time instead of only when a new version's been published because the WinGet doesn't know the current version that's installed.

Without --include-unknown: image

With `--include-unknown: image

What is the expected behavior?

WinGet should only upgrade this package when the version's been bumped without using the --include-unknown option.

onwardmk avatar Jun 24 '24 12:06 onwardmk