mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 10:54:38 +00:00
Use Oodle decompression for hash_list
This commit is contained in:
parent
2c0a52be26
commit
abda6dae9f
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ fn list(aes_key: Option<aes::Aes256>, action: ActionList) -> Result<(), repak::E
|
|||
}
|
||||
|
||||
fn hash_list(aes_key: Option<aes::Aes256>, action: ActionHashList) -> Result<(), repak::Error> {
|
||||
let mut builder = repak::PakBuilder::new();
|
||||
let mut builder = repak::PakBuilder::new().oodle(oodle_loader::decompress);
|
||||
if let Some(aes_key) = aes_key {
|
||||
builder = builder.key(aes_key);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue