Remove FAPP and fix main menu

This commit is contained in:
Willy-JL
2023-07-13 20:42:01 +02:00
parent 9d1987e661
commit ef907152b4
6 changed files with 31 additions and 40 deletions

View File

@@ -179,7 +179,7 @@ class AppBuilder:
deployable = False
app_artifacts.dist_entries.append((deployable, fal_path))
else:
fap_path = f"apps/{'assets' if self.app.apptype == FlipperAppType.FAPP else self.app.fap_category}/{app_artifacts.compact.name}"
fap_path = f"apps/{self.app.fap_category}/{app_artifacts.compact.name}"
app_artifacts.dist_entries.append(
(self.app.is_default_deployable, fap_path)
)