[RombaSharp] Progress commit with a bunch of things

This commit is contained in:
Matt Nadareski
2016-10-19 10:47:23 -07:00
parent bb48d1bc6a
commit d1697bbef8
4 changed files with 122 additions and 94 deletions

View File

@@ -1086,11 +1086,11 @@ namespace SabreTools.Helper
if (_tgz)
{
success &= ArchiveTools.WriteTorrentGZ(input, _outDir, _romba, _logger);
success &= ArchiveTools.WriteTorrentGZ(file, _outDir, _romba, _logger);
}
else
{
success &= ArchiveTools.WriteToArchive(input, _outDir, rom, _logger);
success &= ArchiveTools.WriteToArchive(file, _outDir, rom, _logger);
}
}