mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-11 23:48:45 +08:00
Add pack support for Qlie Pack Archive (.pack) v3.1
This commit is contained in:
@@ -596,6 +596,9 @@ pub struct ExtraConfig {
|
||||
#[default(true)]
|
||||
/// Whether to process ABMP10 images in ABMP10 images.
|
||||
pub qlie_abmp10_process_abmp10: bool,
|
||||
#[cfg(feature = "qlie-arc")]
|
||||
/// Path to qlie pack archive key file (pack_keyfile_kfueheish15538fa9or.key)
|
||||
pub qlie_pack_keyfile: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]
|
||||
|
||||
Reference in New Issue
Block a user