mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 20:43:07 +00:00
84beb9b23e
* js command * made the js command exit when there's an error * JS CLI: moved to js_app * JS: abortable cli invocations * JS: less debug logging in console logs, fix storage descriptor leak in cli Co-authored-by: Milk-Cool <milan-pl@mail.ru> Co-authored-by: hedger <hedger@users.noreply.github.com> Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
12 lines
254 B
Text
12 lines
254 B
Text
App(
|
|
appid="system_apps",
|
|
name="Applications not shown in menus",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"updater_app",
|
|
"storage_move_to_sd",
|
|
"js_app",
|
|
"js_app_start",
|
|
# "archive",
|
|
],
|
|
)
|