mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 20:38:36 -07:00
adaptation to the new build system + fixes
This commit is contained in:
@@ -35,7 +35,29 @@ App(
|
||||
apptype=FlipperAppType.METAPACKAGE,
|
||||
provides=[
|
||||
"music_player",
|
||||
"snake_game",
|
||||
"bt_hid",
|
||||
],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="custom_games",
|
||||
name="Custom applications for games menu",
|
||||
apptype=FlipperAppType.METAPACKAGE,
|
||||
provides=[
|
||||
"snake_game",
|
||||
"tetris_game",
|
||||
"arkanoid_game",
|
||||
"tictactoe_game",
|
||||
],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="custom_apps",
|
||||
name="Custom applications for main menu",
|
||||
apptype=FlipperAppType.METAPACKAGE,
|
||||
provides=[
|
||||
"clock",
|
||||
"spectrum_analyzer",
|
||||
"unirfremix",
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user