Allow resources for faps with firmware

This commit is contained in:
Willy-JL
2023-11-16 03:04:21 +00:00
parent 09c6cf168e
commit 80bff5ade8

View File

@@ -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"