mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 05:09:58 +08:00
Move WindowsAssociationManager to osu.Desktop
This commit is contained in:
@@ -5,6 +5,7 @@ using System;
|
||||
using System.IO;
|
||||
using System.Runtime.Versioning;
|
||||
using osu.Desktop.LegacyIpc;
|
||||
using osu.Desktop.Windows;
|
||||
using osu.Framework;
|
||||
using osu.Framework.Development;
|
||||
using osu.Framework.Logging;
|
||||
@@ -12,7 +13,6 @@ using osu.Framework.Platform;
|
||||
using osu.Game;
|
||||
using osu.Game.IPC;
|
||||
using osu.Game.Tournament;
|
||||
using osu.Game.Updater;
|
||||
using SDL2;
|
||||
using Squirrel;
|
||||
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ using osu.Framework.Logging;
|
||||
using osu.Game.Resources.Icons;
|
||||
using osu.Game.Localisation;
|
||||
|
||||
namespace osu.Game.Updater
|
||||
namespace osu.Desktop.Windows
|
||||
{
|
||||
[SupportedOSPlatform("windows")]
|
||||
public partial class WindowsAssociationManager : Component
|
||||
Reference in New Issue
Block a user