mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ArchiveTools] Add XZ output (not TXZ)
This commit is contained in:
@@ -418,13 +418,11 @@ namespace SabreTools
|
||||
FeatureType.Flag,
|
||||
null));
|
||||
*/
|
||||
/*
|
||||
sort.AddFeature("txz", new Feature(
|
||||
new List<string>() { "-txz", "--txz" },
|
||||
"Enable TorrentXZ output",
|
||||
FeatureType.Flag,
|
||||
null));
|
||||
*/
|
||||
sort.AddFeature("tzip", new Feature(
|
||||
new List<string>() { "-tzip", "--tzip" },
|
||||
"Enable TorrentZip output",
|
||||
@@ -556,13 +554,11 @@ namespace SabreTools
|
||||
FeatureType.Flag,
|
||||
null));
|
||||
*/
|
||||
/*
|
||||
sortDepot.AddFeature("txz", new Feature(
|
||||
new List<string>() { "-txz", "--txz" },
|
||||
"Enable TorrentXZ output",
|
||||
FeatureType.Flag,
|
||||
null));
|
||||
*/
|
||||
sortDepot.AddFeature("tzip", new Feature(
|
||||
new List<string>() { "-tzip", "--tzip" },
|
||||
"Enable TorrentZip output",
|
||||
|
||||
Reference in New Issue
Block a user