[ArchiveTools] Make 7z write work (non-T7z currently)

This commit is contained in:
Matt Nadareski
2017-02-28 13:35:22 -08:00
parent ec8812dfc8
commit d18f1b8595
3 changed files with 110 additions and 16 deletions

View File

@@ -385,13 +385,11 @@ namespace SabreTools
"Add original dates from DAT, if possible",
FeatureType.Flag,
null));
/*
sort.AddFeature("t7z", new Feature(
new List<string>() { "-t7z", "--t7z" },
"Enable Torrent7z output",
FeatureType.Flag,
null));
*/
sort.AddFeature("tar", new Feature(
new List<string>() { "-tar", "--tar" },
"Enable TAR output",
@@ -525,13 +523,11 @@ namespace SabreTools
"Add original dates from DAT, if possible",
FeatureType.Flag,
null));
/*
sortDepot.AddFeature("t7z", new Feature(
new List<string>() { "-t7z", "--t7z" },
"Enable Torrent7z output",
FeatureType.Flag,
null));
*/
sortDepot.AddFeature("tar", new Feature(
new List<string>() { "-tar", "--tar" },
"Enable TAR output",