Update Config.cs
This commit is contained in:
parent
b006c9bcee
commit
25c9891e19
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ namespace LightReflectiveMirror
|
||||||
|
|
||||||
public static string GetTransportDLL()
|
public static string GetTransportDLL()
|
||||||
{
|
{
|
||||||
return RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? "MultiCompiled_WIN.dll" : "MultiCompiled_LINUX.dll";
|
return RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? "MultiCompiled.dll" : "MultiCompiled.dll";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue