Add support to export image from archive.

Add an argument to allow detect sysgrp image
This commit is contained in:
2025-06-14 12:04:27 +08:00
parent 48c3051e0d
commit c1269bdd3c
5 changed files with 217 additions and 30 deletions

View File

@@ -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)]