diff --git a/EZPPClient Installer/MainWindow.xaml.cs b/EZPPClient Installer/MainWindow.xaml.cs index 4bd422c..c99ecc9 100644 --- a/EZPPClient Installer/MainWindow.xaml.cs +++ b/EZPPClient Installer/MainWindow.xaml.cs @@ -62,7 +62,7 @@ namespace EZPPClient_Installer string versionString = "v" + VERSION; InstallerWindow.Title = "EZPPClient Installer " + versionString.Replace(",", "."); - string osuPath = Util.osuInstallDir(); + string osuPath = OsuUtil.osuInstallDir(); if (osuPath.EndsWith(@"\EZPPClient")) { diff --git a/EZPPClient Installer/Util.cs b/EZPPClient Installer/OsuUtil.cs similarity index 98% rename from EZPPClient Installer/Util.cs rename to EZPPClient Installer/OsuUtil.cs index e469e4e..334ebc8 100644 --- a/EZPPClient Installer/Util.cs +++ b/EZPPClient Installer/OsuUtil.cs @@ -9,7 +9,7 @@ using Microsoft.Win32; namespace EZPPClient_Installer { - class Util + class OsuUtil { public static string osuInstallDir() {