1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 12:51:22 +04:00
Files

11 lines
240 B
Plaintext
Raw Permalink Normal View History

App(
appid="file_browser_test",
name="File Browser Test",
apptype=FlipperAppType.DEBUG,
entry_point="file_browser_app",
requires=["gui"],
stack_size=2 * 1024,
fap_category="Debug",
fap_icon_assets="icons",
)