Skip to content

Commit

Permalink
Change apptype to EXTENSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Feriixu committed Aug 28, 2023
1 parent 3940116 commit 59565a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
App(
appid="swd_probe",
name="SWD Probe",
apptype=FlipperAppType.PLUGIN,
apptype=FlipperAppType.EXTENSION,
entry_point="swd_probe_app_main",
cdefines=["APP_SWD_PROBE"],
requires=["notification", "gui", "storage", "dialogs", "cli"],
Expand Down

0 comments on commit 59565a3

Please sign in to comment.