Skip to content

Commit

Permalink
OrcCommand: WolfLauncher: Outline: move version to root node
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienfl-orc committed Feb 9, 2021
1 parent aa7d7ec commit 234b8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrcCommand/WolfLauncher_Run.cpp
Expand Up @@ -311,9 +311,9 @@ HRESULT Orc::Command::Wolf::Main::CreateAndUploadOutline()
return E_INVALIDARG;
}

writer->WriteNamed(L"version", L"1.0");
writer->BeginElement(L"dfir-orc");
{
writer->WriteNamed(L"version", L"1.0");
writer->WriteNamed(L"dfir_orc_id", kOrcFileVerStringW);

FILETIME ft;
Expand Down

0 comments on commit 234b8f0

Please sign in to comment.