mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-16 20:09:44 -07:00
dnd dice name upd
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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"],
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <gui/icon.h>
|
||||
#include "Dice_app_icons.h"
|
||||
#include "DND_Dice_app_icons.h"
|
||||
|
||||
#define TAG "DiceApp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user