mirror of
https://github.com/ppy/osu.git
synced 2026-06-09 01:43:39 +08:00
Merge branch 'master' into update-framework
This commit is contained in:
@@ -113,6 +113,9 @@ namespace osu.Desktop
|
||||
{
|
||||
tools.CreateShortcutForThisExe();
|
||||
tools.CreateUninstallerRegistryEntry();
|
||||
}, onAppUpdate: (version, tools) =>
|
||||
{
|
||||
tools.CreateUninstallerRegistryEntry();
|
||||
}, onAppUninstall: (version, tools) =>
|
||||
{
|
||||
tools.RemoveShortcutForThisExe();
|
||||
|
||||
Reference in New Issue
Block a user