mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-16 18:14:19 +08:00
Allow to specify bom type for patched kirikiri ks script
This commit is contained in:
@@ -3383,6 +3383,8 @@ fn main() {
|
||||
kirikiri_message_tags: std::sync::Arc::new(std::collections::HashSet::from_iter(
|
||||
arg.kirikiri_message_tags.iter().cloned(),
|
||||
)),
|
||||
#[cfg(feature = "kirikiri")]
|
||||
kirikiri_ks_bom: arg.kirikiri_ks_bom,
|
||||
});
|
||||
match &arg.command {
|
||||
args::Command::Export { input, output } => {
|
||||
|
||||
Reference in New Issue
Block a user