mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 20:01:29 +00:00
Reorg, added more sources
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
App(
|
||||
appid="DND_Dice_app",
|
||||
name="DnD Dice [Ka3u6y6a]",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="dice_dnd_app",
|
||||
cdefines=["APP_DICE"],
|
||||
requires=["gui"],
|
||||
stack_size=1 * 1024,
|
||||
order=90,
|
||||
fap_icon="icon.png",
|
||||
fap_category="Games",
|
||||
fap_icon_assets="assets",
|
||||
)
|
||||
Reference in New Issue
Block a user