mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
App(
|
|
appid="system_apps",
|
|
name="Applications not shown in menus",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"updater_app",
|
|
"storage_move_to_sd",
|
|
# "archive",
|
|
],
|
|
)
|