Add support to dump name for panicon

This commit is contained in:
2025-06-05 16:28:30 +08:00
parent 8083990e94
commit 4e9d7eb943
12 changed files with 788 additions and 29 deletions

View File

@@ -989,6 +989,8 @@ fn main() {
circus_mes_type: arg.circus_mes_type.clone(),
#[cfg(feature = "escude-arc")]
escude_fake_compress: arg.escude_fake_compress.clone(),
#[cfg(feature = "escude")]
escude_enum_scr: arg.escude_enum_scr.clone(),
};
match &arg.command {
args::Command::Export { input, output } => {