From 3918fde51a84f5035d6f74740195f0d91dd5c604 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Mon, 8 Apr 2024 18:09:12 -0600 Subject: Fixed otr header generation and fixed some binary exporters --- src/Companion.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Companion.cpp') diff --git a/src/Companion.cpp b/src/Companion.cpp index 53c1fb8..314d86a 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -973,7 +973,9 @@ void Companion::Process() { file.close(); } - this->gHashNode[this->gCurrentFile]["extracted"][ExportTypeToString(this->gConfig.exporterType)] = true; + if(this->gConfig.exporterType != ExportType::Binary) { + this->gHashNode[this->gCurrentFile]["extracted"][ExportTypeToString(this->gConfig.exporterType)] = true; + } } if(wrapper != nullptr) { -- cgit v1.2.3