mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 13:33:06 +00:00
8520daf28b
and running fbt format, and fixing TOTP printf format
12 lines
286 B
Text
12 lines
286 B
Text
App(
|
|
appid="Minesweeper",
|
|
name="Minesweeper",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="minesweeper_app",
|
|
cdefines=["APP_MINESWEEPER"],
|
|
requires=["gui"],
|
|
stack_size=8 * 1024,
|
|
fap_category="Games",
|
|
fap_icon="minesweeper_icon.png",
|
|
order=35,
|
|
)
|