mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[RombaSharp, DatFile] More fixes
This commit is contained in:
@@ -887,7 +887,8 @@ namespace SabreTools.Helper.Dats
|
||||
logger.User("Processing files:\n");
|
||||
foreach (string input in inputs)
|
||||
{
|
||||
PopulateFromDir(input, quickScan /* noMD5 */, quickScan /* noSHA1 */, true /* bare */, false /* archivesAsFiles */,
|
||||
// TODO: Eventually migrate noSHA256 to quickScan instead of true
|
||||
PopulateFromDir(input, quickScan /* noMD5 */, quickScan /* noSHA1 */, true /* noSHA256 */, true /* bare */, false /* archivesAsFiles */,
|
||||
true /* enableGzip */, false /* addBlanks */, false /* addDate */, tempDir /* tempDir */, false /* copyFiles */,
|
||||
headerToCheckAgainst, 4 /* maxDegreeOfParallelism */, logger);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user