mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-12 23:48:10 -07:00
FBT: Can set EXTRA_EXT_APPS from config, not only CLI
This commit is contained in:
@@ -227,6 +227,11 @@ vars.AddVariables(
|
||||
help="Skip external apps unless explicitly selected",
|
||||
default=False,
|
||||
),
|
||||
(
|
||||
"EXTRA_EXT_APPS",
|
||||
"List of appids to include regardless of other configuration",
|
||||
[],
|
||||
),
|
||||
(
|
||||
"APPSRC",
|
||||
"Application source directory for app to build & upload",
|
||||
|
||||
Reference in New Issue
Block a user