Skip to content

Commit 7e52426

Browse files
committed
OrcCommand: WolfLauncher: Outline: add outline.system_type
1 parent 69f96b0 commit 7e52426

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/OrcCommand/Command/WolfLauncher/WolfLauncher_Run.cpp

+6
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,12 @@ HRESULT Orc::Command::Wolf::Main::CreateAndUploadOutline()
605605
writer->WriteNamed(L"computer_name", computerName);
606606
}
607607

608+
{
609+
std::wstring systemType;
610+
SystemDetails::GetOrcSystemType(systemType);
611+
writer->WriteNamed(L"system_type", systemType);
612+
}
613+
608614
auto mothership_id = SystemDetails::GetParentProcessId();
609615
if (mothership_id)
610616
{

0 commit comments

Comments
 (0)