From e52e2716a80440c091440fa8d03ed3d14bbdc510 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 8 Jun 2017 14:24:15 -0500 Subject: [PATCH] Add other OS support --- Sharpii/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + }