mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-14 08:54:16 +08:00
Add compress supprot for qlie pack archive
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user