mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
App(
|
|
appid="Dice",
|
|
name="Dice [RM]",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="dice_app",
|
|
cdefines=["APP_DICE"],
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
order=70,
|
|
fap_icon="dice.png",
|
|
fap_category="Games",
|
|
)
|