mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 06:50:12 +00:00
15 lines
289 B
Plaintext
15 lines
289 B
Plaintext
App(
|
|
appid="Brainfuck",
|
|
name="Brainfuck",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="brainfuck_app",
|
|
requires=[
|
|
"storage",
|
|
"gui",
|
|
],
|
|
stack_size=8 * 1024,
|
|
fap_icon="bfico.png",
|
|
fap_category="Misc_Extra",
|
|
fap_icon_assets="icons",
|
|
)
|