some changes to fbt stuff

This commit is contained in:
MX
2022-07-30 05:35:56 +03:00
parent aa757eeb49
commit 8fb6d6c732
3 changed files with 38 additions and 8 deletions

View File

@@ -36,13 +36,6 @@ App(
provides=[
"music_player",
"bt_hid",
"picopass",
"hid_analyzer",
"barcode_generator",
"mouse_jacker",
"nrf_sniff",
"sentry_safe",
"wifi_marauder",
],
)
@@ -67,4 +60,19 @@ App(
"spectrum_analyzer",
"unirfremix",
],
)
App(
appid="custom_plugins",
name="Custom applications for plug-in menu",
apptype=FlipperAppType.METAPACKAGE,
provides=[
"picopass",
"hid_analyzer",
"barcode_generator",
"mouse_jacker",
"nrf_sniff",
"sentry_safe",
"wifi_marauder",
],
)