🔨 Use config_dump 1 for mc.zip embedding

This commit is contained in:
Scott Lahteine
2025-11-14 20:16:43 -06:00
parent b9e89a5378
commit 1f3309ac06
@@ -198,7 +198,7 @@ def compute_build_signature(env):
# Get the CONFIG_EXPORT value and do an extended dump if > 100
# For example, CONFIG_EXPORT 102 will make a 'config.ini' with a [config:] group for each schema @section
config_dump = 101 if is_embed else tryint('CONFIG_EXPORT')
config_dump = 1 if is_embed else tryint('CONFIG_EXPORT')
extended_dump = config_dump > 100
config_dump %= 100