1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 20:44:19 +08:00

Merge branch 'master' into update-framework

This commit is contained in:
Salman Ahmed
2022-06-11 13:26:32 +03:00
committed by GitHub
Unverified
+3
View File
@@ -113,6 +113,9 @@ namespace osu.Desktop
{
tools.CreateShortcutForThisExe();
tools.CreateUninstallerRegistryEntry();
}, onAppUpdate: (version, tools) =>
{
tools.CreateUninstallerRegistryEntry();
}, onAppUninstall: (version, tools) =>
{
tools.RemoveShortcutForThisExe();