mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Send correct architecture on remote connection.
This commit is contained in:
@@ -88,7 +88,7 @@ namespace DiscImageChef.Devices.Remote
|
|||||||
sysname = DetectOS.GetPlatformName(
|
sysname = DetectOS.GetPlatformName(
|
||||||
DetectOS.GetRealPlatformID(), DetectOS.GetVersion()),
|
DetectOS.GetRealPlatformID(), DetectOS.GetVersion()),
|
||||||
release = DetectOS.GetVersion(),
|
release = DetectOS.GetVersion(),
|
||||||
machine = "", // TODO: Get architecture
|
machine = System.Runtime.InteropServices.RuntimeInformation.ProcessArchitecture.ToString(),
|
||||||
hdr = new DicPacketHeader
|
hdr = new DicPacketHeader
|
||||||
{
|
{
|
||||||
id = Consts.PacketId,
|
id = Consts.PacketId,
|
||||||
|
|||||||
Reference in New Issue
Block a user