mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-08-03 06:29:31 +00:00
Reduce complexity of MS-CAB extraction paths
This commit is contained in:
@@ -162,8 +162,7 @@ namespace ExtractionTool
|
||||
|
||||
// Microsoft Cabinet archive
|
||||
case MicrosoftCabinet mscab:
|
||||
Console.WriteLine("WARNING: LZX and Quantum compression schemes are not supported so some files may be skipped!");
|
||||
MicrosoftCabinet.ExtractSet(file, outputDirectory, includeDebug);
|
||||
mscab.Extract(outputDirectory, includeDebug);
|
||||
break;
|
||||
|
||||
// MoPaQ (MPQ) archive
|
||||
|
||||
Reference in New Issue
Block a user