mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 19:31:50 +03:00
11 lines
259 B
Plaintext
11 lines
259 B
Plaintext
|
App(
|
||
|
appid="example_apps_assets",
|
||
|
name="Example: Apps Assets",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="example_apps_assets_main",
|
||
|
requires=["gui"],
|
||
|
stack_size=4 * 1024,
|
||
|
fap_category="Examples",
|
||
|
fap_file_assets="files",
|
||
|
)
|