[ArchiveTools] Make it easier to rebuild to TGZ

This commit is contained in:
Matt Nadareski
2017-01-30 23:16:05 -08:00
parent 70393e4c15
commit 9b42dffba4
4 changed files with 29 additions and 46 deletions

View File

@@ -143,7 +143,7 @@ namespace SabreTools.Helper.Dats
logger.User("Checking hash '" + hash + "'");
// Get the extension path for the hash
string subpath = Path.Combine(hash.Substring(0, 2), hash.Substring(2, 2), hash.Substring(4, 2), hash.Substring(6, 2), hash + ".gz");
string subpath = Style.GetRombaPath(hash);
// Find the first depot that includes the hash
string foundpath = null;