mirror of
https://github.com/mogzol/sharpii.git
synced 2024-11-14 06:35:05 +01:00
Add other OS support
This commit is contained in:
parent
877b28156d
commit
e52e2716a8
@ -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";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user