add artemis archive pack support

This commit is contained in:
2025-07-22 21:51:15 +08:00
parent f4b10051a1
commit 80101328c0
4 changed files with 203 additions and 1 deletions

View File

@@ -157,6 +157,10 @@ pub struct Arg {
#[arg(long, global = true)]
/// Whether to overlay PIMG images. (By default, true if all layers are not group layers.)
pub kirikiri_pimg_overlay: Option<bool>,
#[cfg(feature = "artemis-arc")]
#[arg(long, global = true)]
/// Disable Artemis archive (.pfs) XOR encryption when packing.
pub artemis_arc_disable_xor: bool,
#[command(subcommand)]
/// Command
pub command: Command,