Quellcode durchsuchen

Update application manifest.

Aaron Mavrinac vor 2 Jahren
Ursprung
Commit
5a3962700f
2 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
  1. 1 1
      README.md
  2. 1 2
      application.fam

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ A BPM Tapper for the Flipper Zero.
    GitHub action workflow, and select the most recent run.
 2. The FAP is built for both the `dev` and `release` channels of the official
    firmware. Download the artifact corresponding to your firmware version.
-3. Extract `bpm_tapper.fap` from the ZIP file to `apps/Music` on your Flipper
+3. Extract `bpm_tapper.fap` from the ZIP file to `apps/Media` on your Flipper
    Zero SD card.
 
 ## Usage

+ 1 - 2
application.fam

@@ -3,11 +3,10 @@ App(
     name="BPM Tapper",
     apptype=FlipperAppType.EXTERNAL,
     entry_point="bpm_tapper_app",
-    cdefines=["APP_BPM_TAPPER"],
     requires=["gui"],
     stack_size=2 * 1024,
     fap_icon="bpm_10px.png",
     fap_icon_assets="icons",
-    fap_category="Music",
+    fap_category="Media",
     order=35,
 )