mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-16 19:14:15 -04:00
[CLI] Add support of Extract mode
This commit is contained in:
@ -32,7 +32,11 @@ namespace AssetStudioCLI
|
||||
|
||||
try
|
||||
{
|
||||
if (Studio.LoadAssets())
|
||||
if (CLIOptions.o_workMode.Value == WorkMode.Extract)
|
||||
{
|
||||
Studio.ExtractBundles();
|
||||
}
|
||||
else if (Studio.LoadAssets())
|
||||
{
|
||||
Studio.ParseAssets();
|
||||
if (CLIOptions.filterBy != FilterBy.None)
|
||||
|
Reference in New Issue
Block a user