mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-23 12:17:04 +08:00
Add pack support for bgi arc v2
This commit is contained in:
@@ -1411,6 +1411,8 @@ fn main() {
|
||||
kirikiri_message_commands: std::sync::Arc::new(std::collections::HashSet::from_iter(
|
||||
arg.kirikiri_message_commands.iter().cloned(),
|
||||
)),
|
||||
#[cfg(feature = "bgi-arc")]
|
||||
bgi_compress_file: arg.bgi_compress_file,
|
||||
};
|
||||
match &arg.command {
|
||||
args::Command::Export { input, output } => {
|
||||
|
||||
Reference in New Issue
Block a user