Browse Source

change fam file to fix build error

Krulknul 2 years ago
parent
commit
acdcb838b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application.fam

+ 1 - 1
application.fam

@@ -1,7 +1,7 @@
 App(
     appid="counter",
     name="Counter",
-    apptype=FlipperAppType.PLUGIN,
+    apptype=FlipperAppType.EXTERNAL,
     entry_point="counterapp",
     requires=[
         "gui",