mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-17 08:24:53 +08:00
Add support to specify circus crx image row type
This commit is contained in:
@@ -245,6 +245,8 @@ pub struct ExtraConfig {
|
||||
pub circus_crx_zstd: bool,
|
||||
#[cfg(feature = "zstd")]
|
||||
pub zstd_compression_level: i32,
|
||||
#[cfg(feature = "circus-img")]
|
||||
pub circus_crx_mode: crate::scripts::circus::image::crx::CircusCrxMode,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]
|
||||
|
||||
Reference in New Issue
Block a user