Refractored Class Util to OsuUtil
This commit is contained in:
parent
65b4abc334
commit
2042a829da
|
@ -62,7 +62,7 @@ namespace EZPPClient_Installer
|
||||||
string versionString = "v" + VERSION;
|
string versionString = "v" + VERSION;
|
||||||
InstallerWindow.Title = "EZPPClient Installer " + versionString.Replace(",", ".");
|
InstallerWindow.Title = "EZPPClient Installer " + versionString.Replace(",", ".");
|
||||||
|
|
||||||
string osuPath = Util.osuInstallDir();
|
string osuPath = OsuUtil.osuInstallDir();
|
||||||
|
|
||||||
if (osuPath.EndsWith(@"\EZPPClient"))
|
if (osuPath.EndsWith(@"\EZPPClient"))
|
||||||
{
|
{
|
||||||
|
|
|
@ -9,7 +9,7 @@ using Microsoft.Win32;
|
||||||
|
|
||||||
namespace EZPPClient_Installer
|
namespace EZPPClient_Installer
|
||||||
{
|
{
|
||||||
class Util
|
class OsuUtil
|
||||||
{
|
{
|
||||||
public static string osuInstallDir()
|
public static string osuInstallDir()
|
||||||
{
|
{
|
Loading…
Reference in New Issue
Block a user