diff --git a/SabreTools.Serialization/Wrappers/PortableExecutable.cs b/SabreTools.Serialization/Wrappers/PortableExecutable.cs index e3ece7db..c012f513 100644 --- a/SabreTools.Serialization/Wrappers/PortableExecutable.cs +++ b/SabreTools.Serialization/Wrappers/PortableExecutable.cs @@ -1157,6 +1157,7 @@ namespace SabreTools.Serialization.Wrappers /// /// Output directory to write to /// True to include debug data, false otherwise + /// True if extraction succeeded, false otherwise public bool ExtractFromOverlay(string outputDirectory, bool includeDebug) { try @@ -1212,6 +1213,7 @@ namespace SabreTools.Serialization.Wrappers /// /// Output directory to write to /// True to include debug data, false otherwise + /// True if extraction succeeded, false otherwise public bool ExtractFromResources(string outputDirectory, bool includeDebug) { try