mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 05:06:30 +04:00
some changes to fbt stuff
This commit is contained in:
@@ -77,6 +77,7 @@ FIRMWARE_APPS = {
|
||||
"about",
|
||||
# Plugins
|
||||
"basic_plugins",
|
||||
"custom_plugins",
|
||||
# Custom Games
|
||||
"custom_games",
|
||||
# Debug
|
||||
@@ -86,6 +87,24 @@ FIRMWARE_APPS = {
|
||||
"basic_services",
|
||||
"unit_tests",
|
||||
],
|
||||
"no_custom_apps": [
|
||||
"crypto_start",
|
||||
# Svc
|
||||
"basic_services",
|
||||
# Apps
|
||||
"basic_apps",
|
||||
"updater_app",
|
||||
"storage_move_to_sd",
|
||||
"archive",
|
||||
# Settings
|
||||
"passport",
|
||||
"system_settings",
|
||||
"about",
|
||||
# Plugins
|
||||
"basic_plugins",
|
||||
# Debug
|
||||
"debug_apps",
|
||||
],
|
||||
}
|
||||
|
||||
FIRMWARE_APP_SET = "default"
|
||||
|
||||
Reference in New Issue
Block a user