|
@@ -1,8 +1,8 @@
|
|
|
# For details & more options, see documentation/AppManifests.md in firmware repo
|
|
# For details & more options, see documentation/AppManifests.md in firmware repo
|
|
|
|
|
|
|
|
App(
|
|
App(
|
|
|
- appid="jetpack_game",
|
|
|
|
|
- name="Jetpack Game",
|
|
|
|
|
|
|
+ appid="jetpack_joyride",
|
|
|
|
|
+ name="Jetpack Joyride",
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
|
entry_point="jetpack_game_app",
|
|
entry_point="jetpack_game_app",
|
|
|
cdefines=["APP_JETPACK_GAME"],
|
|
cdefines=["APP_JETPACK_GAME"],
|
|
@@ -12,4 +12,5 @@ App(
|
|
|
fap_icon="icon.png",
|
|
fap_icon="icon.png",
|
|
|
fap_category="Games",
|
|
fap_category="Games",
|
|
|
fap_icon_assets="assets",
|
|
fap_icon_assets="assets",
|
|
|
|
|
+ fap_icon_assets_symbole="jetpack_game",
|
|
|
)
|
|
)
|