From b6254227b9e93e3f7835b92dfeb7965eb562513d Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Sat, 3 Sep 2022 23:47:15 +0300 Subject: [PATCH] debug pack --- fbt_options.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fbt_options.py b/fbt_options.py index 73f5d191b..4af585387 100644 --- a/fbt_options.py +++ b/fbt_options.py @@ -93,12 +93,12 @@ FIRMWARE_APPS = { "updater_app", "unit_tests", ], - "no_custom_apps": [ + "debug_pack": [ "crypto_start", # Svc "basic_services", # Apps - "basic_apps", + #"basic_apps", "updater_app", "storage_move_to_sd", "archive", @@ -107,7 +107,7 @@ FIRMWARE_APPS = { "system_settings", "about", # Plugins - "basic_plugins", + #"basic_plugins", # Debug "debug_apps", ],