This commit is contained in:
Willy-JL
2023-03-04 02:55:19 +00:00
273 changed files with 6399 additions and 4441 deletions
+1
View File
@@ -322,6 +322,7 @@ class ApplicationsCGenerator:
return f"""
{{.app = {app.entry_point},
.name = "{app.name}",
.appid = "{app.appid}",
.stack_size = {app.stack_size},
.icon = {f"&{app.icon}" if app.icon else "NULL"},
.flags = {'|'.join(f"FlipperApplicationFlag{flag}" for flag in app.flags)} }}"""