mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 17:31:30 +00:00
Reorg, added more sources
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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",
|
||||
)
|
||||
Reference in New Issue
Block a user