Refractored Class Util to OsuUtil

This commit is contained in:
HorizonCode 2021-05-27 06:02:37 +02:00
parent 65b4abc334
commit 2042a829da
2 changed files with 2 additions and 2 deletions

View File

@ -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"))
{

View File

@ -9,7 +9,7 @@ using Microsoft.Win32;
namespace EZPPClient_Installer
{
class Util
class OsuUtil
{
public static string osuInstallDir()
{