From 01f31f166cf8f7f90865dd446ad497a0909b0be7 Mon Sep 17 00:00:00 2001 From: RogueMaster Date: Wed, 7 Dec 2022 00:08:30 -0500 Subject: [PATCH] dnd dice name upd --- applications/plugins/dice2/README.md | 6 +++--- applications/plugins/dice2/application.fam | 4 ++-- applications/plugins/dice2/constants.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/applications/plugins/dice2/README.md b/applications/plugins/dice2/README.md index ca96424cf..43ac42ee8 100644 --- a/applications/plugins/dice2/README.md +++ b/applications/plugins/dice2/README.md @@ -15,7 +15,7 @@ Dice types: Coin, d4, d6, d8, d10, d12, d20, d100 ## Compiling -1. Clone the [flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware) repository or another firmware that you use. +1. Clone the [flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware) repository or another firmware that you use (for example [unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware)). 2. Create a symbolic link in `applications_user` named **dice**, pointing to this repository. -3. Compile by command `./fbt fap_dice_app` -4. Copy `build/f7-firmware-D/.extapps/dice_app.fap` to **apps/Tools** on the SD card or by [qFlipper](https://flipperzero.one/update) app. +3. Compile by command `./fbt fap_dice_dnd_app` +4. Copy `build/f7-firmware-D/.extapps/dice_dnd_app.fap` to **apps/Games** on the SD card or by [qFlipper](https://flipperzero.one/update) app. diff --git a/applications/plugins/dice2/application.fam b/applications/plugins/dice2/application.fam index f49bdbcdf..e8ec7ccd2 100644 --- a/applications/plugins/dice2/application.fam +++ b/applications/plugins/dice2/application.fam @@ -1,6 +1,6 @@ App( - appid="Dice_app", - name="Dice [Ka3u6y6a]", + appid="DND_Dice_app", + name="DnD Dice [Ka3u6y6a]", apptype=FlipperAppType.EXTERNAL, entry_point="dice_dnd_app", cdefines=["APP_DICE"], diff --git a/applications/plugins/dice2/constants.h b/applications/plugins/dice2/constants.h index 07aaae65a..3f263433d 100644 --- a/applications/plugins/dice2/constants.h +++ b/applications/plugins/dice2/constants.h @@ -1,5 +1,5 @@ #include -#include "Dice_app_icons.h" +#include "DND_Dice_app_icons.h" #define TAG "DiceApp"