|
@@ -1,6 +1,6 @@
|
|
|
App(
|
|
App(
|
|
|
appid="video_game_module_tool",
|
|
appid="video_game_module_tool",
|
|
|
- name="Video Game Module Tool",
|
|
|
|
|
|
|
+ name="[VGM] Video Game Module Tool",
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
|
entry_point="vgm_tool_app",
|
|
entry_point="vgm_tool_app",
|
|
|
requires=[
|
|
requires=[
|
|
@@ -11,7 +11,7 @@ App(
|
|
|
fap_description="This app is a standalone firmware updater/installer for the Video Game Module",
|
|
fap_description="This app is a standalone firmware updater/installer for the Video Game Module",
|
|
|
fap_version="1.1",
|
|
fap_version="1.1",
|
|
|
fap_icon="vgm_tool.png",
|
|
fap_icon="vgm_tool.png",
|
|
|
- fap_category="Tools",
|
|
|
|
|
|
|
+ fap_category="GPIO",
|
|
|
fap_icon_assets="icons",
|
|
fap_icon_assets="icons",
|
|
|
fap_file_assets="files",
|
|
fap_file_assets="files",
|
|
|
)
|
|
)
|