mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SimpleSort] Add a new tool: SimpleSort
SimpleSort is essentially a quick rebuild solution for a fixdat or an input DAT. It can read all 4 major types of archive and always builds to zip
This commit is contained in:
@@ -477,7 +477,7 @@ namespace SabreTools
|
||||
{
|
||||
currentNewMerged = temparg.Split('=')[1];
|
||||
}
|
||||
else if (temparg.StartsWith("-out=") && outdir == "")
|
||||
else if (temparg.StartsWith("-out=") || temparg.StartsWith("--out="))
|
||||
{
|
||||
outdir = temparg.Split('=')[1];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user