mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 20:01:29 +00:00
Added xMasterX API v11.x source
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
App(
|
||||
appid="dice_app",
|
||||
name="Dice",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
entry_point="dice_tool_app",
|
||||
cdefines=["APP_DICE"],
|
||||
requires=["gui"],
|
||||
stack_size=1 * 1024,
|
||||
order=90,
|
||||
fap_icon="icon.png",
|
||||
fap_category="Games_Extra",
|
||||
fap_icon_assets="assets",
|
||||
)
|
||||
Reference in New Issue
Block a user