Send correct architecture on remote connection.

This commit is contained in:
2019-10-12 23:27:53 +01:00
parent eceda313ad
commit c34e096bb3

View File

@@ -88,7 +88,7 @@ namespace DiscImageChef.Devices.Remote
sysname = DetectOS.GetPlatformName(
DetectOS.GetRealPlatformID(), DetectOS.GetVersion()),
release = DetectOS.GetVersion(),
machine = "", // TODO: Get architecture
machine = System.Runtime.InteropServices.RuntimeInformation.ProcessArchitecture.ToString(),
hdr = new DicPacketHeader
{
id = Consts.PacketId,