Fix delete issue with rebuild

This commit is contained in:
Matt Nadareski
2023-04-18 12:02:09 -04:00
parent 237f04491e
commit 542075a651

View File

@@ -242,7 +242,7 @@ namespace SabreTools.DatTools
// If we are supposed to delete the file, do so
if (delete && rebuilt)
System.IO.File.Delete(input);
System.IO.File.Delete(file);
}
}
}