Explorar el Código

Update application manifest and add icon.

Aaron Mavrinac hace 3 años
padre
commit
b3cd0e7065
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      application.fam
  2. BIN
      gps_10px.png

+ 4 - 4
application.fam

@@ -4,9 +4,9 @@ App(
     apptype=FlipperAppType.EXTERNAL,
     entry_point="gps_app",
     cdefines=["APP_GPS"],
-    requires=[
-        "gui",
-    ],
+    requires=["gui"],
     stack_size=1 * 1024,
-    order=20,
+    order=35,
+    fap_icon="gps_10px.png",
+    fap_category="Tools",
 )

BIN
gps_10px.png