mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-26 22:40:25 +00:00
c5db1aaaf5
This reverts commit a04c01a2fd
.
10 lines
259 B
Text
10 lines
259 B
Text
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",
|
|
)
|