소스 검색

Update application manifest and add icon.

Aaron Mavrinac 3 년 전
부모
커밋
b3cd0e7065
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      application.fam
  2. BIN
      gps_10px.png

+ 4 - 4
application.fam

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

BIN
gps_10px.png