Merge pull request #18641 from Joehuu/fix-windows-uninstaller-version

Fix app version not updating on windows uninstaller entry
This commit is contained in:
Dean Herbert
2022-06-11 14:01:39 +09:00
committed by GitHub

View File

@ -113,6 +113,9 @@ namespace osu.Desktop
{
tools.CreateShortcutForThisExe();
tools.CreateUninstallerRegistryEntry();
}, onAppUpdate: (version, tools) =>
{
tools.CreateUninstallerRegistryEntry();
}, onAppUninstall: (version, tools) =>
{
tools.RemoveShortcutForThisExe();