mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
fix ci, temp workaround for manifest
This commit is contained in:
@@ -166,7 +166,10 @@ class AppManager:
|
||||
f"App {kw.get('appid')} of type {apptype} cannot have '{app_property}' in manifest"
|
||||
)
|
||||
else:
|
||||
for app_property in ("fap_extbuild", "fap_private_libs", "fap_icon_assets"):
|
||||
for app_property in (
|
||||
"fap_extbuild",
|
||||
"fap_private_libs",
|
||||
): # , "fap_icon_assets"): TODO: Find a workaround for subghz_remote app
|
||||
if kw.get(app_property):
|
||||
raise FlipperManifestException(
|
||||
f"App {kw.get('appid')} of type {apptype} must not have '{app_property}' in manifest"
|
||||
|
||||
Reference in New Issue
Block a user