Преглед изворни кода

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