mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Reduce flakiness of flag setting
This commit is contained in:
@@ -826,7 +826,7 @@ namespace SabreTools.DatTools
|
||||
{
|
||||
Folder? outputArchive = FileTypeTool.CreateFolderType(outputFormat);
|
||||
if (outputArchive is BaseArchive baseArchive && date)
|
||||
baseArchive.UseDates = date;
|
||||
baseArchive.SetRealDates(date);
|
||||
|
||||
// Set the depth fields where appropriate
|
||||
if (outputArchive is GZipArchive gzipArchive)
|
||||
|
||||
Reference in New Issue
Block a user