浏览代码

change fam file to fix build error

Krulknul 2 年之前
父节点
当前提交
acdcb838b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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",