Przeglądaj źródła

Update application manifest and add icon.

Aaron Mavrinac 3 lat temu
rodzic
commit
b3cd0e7065
2 zmienionych plików z 4 dodań i 4 usunięć
  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