mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Fixed otr header generation and fixed some binary exporters
This commit is contained in:
+3
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user