Fixed otr header generation and fixed some binary exporters

This commit is contained in:
KiritoDv
2024-04-08 18:09:34 -06:00
committed by Lywx
parent b1d39534f3
commit 3918fde51a
31 changed files with 245 additions and 184 deletions
+3 -1
View File
@@ -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) {