Update Config.cs

This commit is contained in:
Derek S 2022-01-06 14:15:41 -06:00
parent b006c9bcee
commit 25c9891e19

View file

@ -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";
} }
} }
} }