mirror of
https://github.com/aelurum/AssetStudio.git
synced 2026-02-13 10:32:57 -05:00
[CLI] Add flag to always decompress bundles to disk
This commit is contained in:
@ -34,6 +34,7 @@ namespace AssetStudioCLI
|
||||
assetsManager.Options.CustomUnityVersion = CLIOptions.o_unityVersion.Value;
|
||||
assetsManager.Options.BundleOptions.CustomBlockInfoCompression = CLIOptions.o_bundleBlockInfoCompression.Value;
|
||||
assetsManager.Options.BundleOptions.CustomBlockCompression = CLIOptions.o_bundleBlockCompression.Value;
|
||||
assetsManager.Options.BundleOptions.DecompressToDisk = CLIOptions.f_decompressToDisk.Value;
|
||||
assetsManager.OptionLoaders.Clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user