diff --git a/Sharpii/Program.cs b/Sharpii/Program.cs index 9e5e72b..96bce47 100644 --- a/Sharpii/Program.cs +++ b/Sharpii/Program.cs @@ -34,7 +34,7 @@ namespace Sharpii Environment.Exit(0); } - if (!File.Exists(Path.GetDirectoryName(Application.ExecutablePath) + "\\libWiiSharp.dll")) + if (!File.Exists(Path.GetDirectoryName(Application.ExecutablePath) + Path.DirectorySeparatorChar + "libWiiSharp.dll")) { Console.WriteLine("ERROR: libWiiSharp.dll not found"); Console.WriteLine("\n\nAttemp to download? [Y/N]"); @@ -322,4 +322,4 @@ namespace Sharpii public class Version { public static string version = "1.7.3"; - } \ No newline at end of file + }