Mark debug app as debug not external

This commit is contained in:
Willy-JL
2023-02-12 04:20:07 +00:00
parent 897ea3f901
commit 25142698a6
@@ -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,