Kaynağa Gözat

Update application manifest.

Aaron Mavrinac 2 yıl önce
ebeveyn
işleme
5a3962700f
2 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  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.
    GitHub action workflow, and select the most recent run.
 2. The FAP is built for both the `dev` and `release` channels of the official
 2. The FAP is built for both the `dev` and `release` channels of the official
    firmware. Download the artifact corresponding to your firmware version.
    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.
    Zero SD card.
 
 
 ## Usage
 ## Usage

+ 1 - 2
application.fam

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