mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-25 16:00:12 +00:00
14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
|
App(
|
||
|
appid="yatzee",
|
||
|
name="Yatzee",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="yatzee_main",
|
||
|
requires=["gui"],
|
||
|
stack_size=4 * 1024,
|
||
|
order=99,
|
||
|
fap_icon="images/yatzee_icon_10px.png",
|
||
|
fap_category="Games_Extra",
|
||
|
fap_icon_assets="images",
|
||
|
|
||
|
)
|