mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-10 15:12:57 +08:00
Add support to export image from archive.
Add an argument to allow detect sysgrp image
This commit is contained in:
@@ -199,6 +199,8 @@ pub struct ExtraConfig {
|
||||
pub bgi_disable_append: bool,
|
||||
#[cfg(feature = "image")]
|
||||
pub image_type: Option<ImageOutputType>,
|
||||
#[cfg(all(feature = "bgi-arc", feature = "bgi-img"))]
|
||||
pub bgi_is_sysgrp_arc: Option<bool>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]
|
||||
|
||||
Reference in New Issue
Block a user