diff options
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
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) { |
