mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 21:02:59 +08:00
Merge pull request #18641 from Joehuu/fix-windows-uninstaller-version
Fix app version not updating on windows uninstaller entry
This commit is contained in:
commit
f3142b308a
@ -113,6 +113,9 @@ namespace osu.Desktop
|
||||
{
|
||||
tools.CreateShortcutForThisExe();
|
||||
tools.CreateUninstallerRegistryEntry();
|
||||
}, onAppUpdate: (version, tools) =>
|
||||
{
|
||||
tools.CreateUninstallerRegistryEntry();
|
||||
}, onAppUninstall: (version, tools) =>
|
||||
{
|
||||
tools.RemoveShortcutForThisExe();
|
||||
|
Loading…
Reference in New Issue
Block a user