Fix build

This commit is contained in:
Matt Nadareski
2024-10-30 13:39:35 -04:00
parent 3a76060aed
commit 4d5b0486a2

View File

@@ -333,7 +333,7 @@ namespace SabreTools.FileTypes.Archives
baseFile = GetInfo(inputStream, keepReadOpen: true);
// Get the output file name
string outfile = Path.Combine(outDir, Utilities.GetDepotPath(baseFile.SHA1, Depth)!);
string outfile = Path.Combine(outDir, Core.Tools.Utilities.GetDepotPath(baseFile.SHA1, Depth)!);
outfile = outfile.Replace(".gz", ".xz");
// Check to see if the folder needs to be created