Add compress supprot for qlie pack archive

This commit is contained in:
2026-01-31 14:14:59 +08:00
parent 487d403d60
commit 3c424a28c0
5 changed files with 297 additions and 4 deletions

View File

@@ -599,6 +599,9 @@ pub struct ExtraConfig {
#[cfg(feature = "qlie-arc")]
/// Path to qlie pack archive key file (pack_keyfile_kfueheish15538fa9or.key)
pub qlie_pack_keyfile: Option<String>,
#[cfg(feature = "qlie-arc")]
/// Whether to compress files in Qlie pack archive.
pub qlie_pack_compress_files: bool,
}
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]