mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-30 21:58:55 -07:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user