瀏覽代碼

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"],