mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[TGZTest, Build] Fix scanning levels; help; add catches
This commit is contained in:
@@ -87,10 +87,10 @@ namespace SabreTools
|
||||
delete = false,
|
||||
romba = false,
|
||||
tgz = true;
|
||||
int sevenzip = 0,
|
||||
int sevenzip = 1,
|
||||
gz = 2,
|
||||
rar = 2,
|
||||
zip = 0;
|
||||
zip = 1;
|
||||
string outdir = "",
|
||||
tempdir = "";
|
||||
List<string> inputs = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user