소스 검색

FBT doesn't like shared plugin names?

Willy-JL 1 년 전
부모
커밋
08ea67fc84
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      picopass/application.fam
  2. 1 1
      seader/application.fam

+ 1 - 1
picopass/application.fam

@@ -29,7 +29,7 @@ App(
 )
 
 App(
-    appid="plugin_wiegand",
+    appid="picopass_plugin_wiegand",
     apptype=FlipperAppType.PLUGIN,
     entry_point="plugin_wiegand_ep",
     requires=["picopass"],

+ 1 - 1
seader/application.fam

@@ -44,7 +44,7 @@ App(
 )
 
 App(
-    appid="plugin_wiegand",
+    appid="picopass_plugin_wiegand",
     apptype=FlipperAppType.PLUGIN,
     entry_point="plugin_wiegand_ep",
     requires=["seader"],