mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
FBT: Can set EXTRA_EXT_APPS from config, not only CLI
This commit is contained in:
@@ -73,7 +73,9 @@ env = ENV.Clone(
|
||||
FW_API_TABLE=None,
|
||||
_APP_ICONS=None,
|
||||
APPS=_.split(",") if (_ := GetOption("extra_int_apps")) else [],
|
||||
EXTRA_EXT_APPS=_.split(",") if (_ := GetOption("extra_ext_apps")) else [],
|
||||
EXTRA_EXT_APPS=_.split(",")
|
||||
if (_ := GetOption("extra_ext_apps"))
|
||||
else ENV["EXTRA_EXT_APPS"],
|
||||
)
|
||||
|
||||
env.PreConfigureFwEnvionment()
|
||||
|
||||
Reference in New Issue
Block a user