From 80bff5ade85c6465d8fb3069f390a2ca9083b581 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Thu, 16 Nov 2023 03:04:21 +0000 Subject: [PATCH] Allow resources for faps with firmware --- scripts/fbt/appmanifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fbt/appmanifest.py b/scripts/fbt/appmanifest.py index da66f9f80..d3cda9250 100644 --- a/scripts/fbt/appmanifest.py +++ b/scripts/fbt/appmanifest.py @@ -160,7 +160,7 @@ class AppManager: if apptype in AppBuildset.dist_app_types: # For distributing .fap's resources, there's "fap_file_assets" - for app_property in ("resources",): + for app_property in (): if kw.get(app_property): raise FlipperManifestException( f"App {kw.get('appid')} of type {apptype} cannot have '{app_property}' in manifest"