Parcourir la source

VgmTool: Manifest tweaks

Willy-JL il y a 1 an
Parent
commit
84a1dabc58
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      video_game_module_tool/application.fam

+ 2 - 2
video_game_module_tool/application.fam

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