Reduce flakiness of flag setting

This commit is contained in:
Matt Nadareski
2025-01-04 21:40:45 -05:00
parent 5a7201e92d
commit 263d8f6aef
5 changed files with 26 additions and 18 deletions

View File

@@ -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)