[ArchiveTools] Add TAR output

This commit is contained in:
Matt Nadareski
2016-10-25 21:20:43 -07:00
parent bb50df0499
commit 305a8db75a
4 changed files with 73 additions and 3 deletions

View File

@@ -4752,6 +4752,7 @@ namespace SabreTools.Helper.Dats
}
break;
case OutputFormat.TapeArchive:
ArchiveTools.WriteTAR(pathsToFiles, outDir, romsInGame, logger);
break;
case OutputFormat.Torrent7Zip:
break;