App updates don't update version in the registry
I like to use WinGet to update most of my programs, but I've been running into some issues with Teracopy. It seems that the app update installer does not update the registry key WinGet (and control panel) uses to determine the app version. The registry key is located at "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TeraCopy_is1". This causes WinGet to incorrectly think that Teracopy needs an update when it doesn't.
Also the DisplayName key determines the program name that WinGet shows, and it is set as "TeraCopy version [Initially installed version]" and that should be updated as well.
I completely forgot that I added that key myself lol. I did that because TeraCopy doesn't set the registry key at install, making Winget show the version as "Unknown" and try to update it every time an upgrade is run.