[RombaSharp] Create copy flag

This commit is contained in:
Matt Nadareski
2016-10-12 15:40:06 -07:00
parent ff769ba689
commit b9e0f2caf9
3 changed files with 33 additions and 8 deletions

View File

@@ -71,6 +71,7 @@ namespace SabreTools
bool help = false,
archive = false,
build = false,
copy = false,
dbstats = false,
diffdat = false,
dir2dat = false,
@@ -104,6 +105,9 @@ namespace SabreTools
case "build":
build = true;
break;
case "-copy":
copy = true;
break;
case "dbstats":
dbstats = true;
break;
@@ -201,7 +205,7 @@ namespace SabreTools
// For each specified DAT file it creates the torrentzip files
else if (build)
{
InitBuild(inputs);
InitBuild(inputs, copy);
}
// Prints db stats