Revert "Preload extmainapps"

This reverts commit fc56e39075.
This commit is contained in:
Willy-JL
2023-06-23 00:46:34 +01:00
parent c5b10b56c7
commit 4ff29e8910
8 changed files with 10 additions and 98 deletions
+1 -1
View File
@@ -403,7 +403,7 @@ class ApplicationsCGenerator:
map(self.get_app_ep_forward, self.buildset.get_apps_of_type(apptype))
)
entry_type, entry_block = self.APP_TYPE_MAP[apptype]
contents.append(f"{entry_type} {entry_block}[] = {{")
contents.append(f"const {entry_type} {entry_block}[] = {{")
apps = self.buildset.get_apps_of_type(apptype)
if apptype is FlipperAppType.APP:
apps += self.buildset.get_apps_of_type(FlipperAppType.EXTMAINAPP)