Skip to content

Commit 628f089

Browse files
authored
Mark debug app as debug not external (#2387)
1 parent 3eacb0c commit 628f089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/debug/example_custom_font/application.fam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
App(
22
appid="example_custom_font",
33
name="Example: custom font",
4-
apptype=FlipperAppType.EXTERNAL,
4+
apptype=FlipperAppType.DEBUG,
55
entry_point="example_custom_font_main",
66
requires=["gui"],
77
stack_size=1 * 1024,

0 commit comments

Comments
 (0)