Mark debug app as debug not external (#2387)

This commit is contained in:
WillyJL 2023-02-13 04:10:36 +00:00 committed by GitHub
parent 3eacb0c715
commit 628f089c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
App(
appid="example_custom_font",
name="Example: custom font",
apptype=FlipperAppType.EXTERNAL,
apptype=FlipperAppType.DEBUG,
entry_point="example_custom_font_main",
requires=["gui"],
stack_size=1 * 1024,