From 9fbb17f4b2277108742a474d47d632d82a9086f4 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:53:21 +0000 Subject: [PATCH] We don't do fap_libs assets --- applications/debug/expansion_test/application.fam | 1 - 1 file changed, 1 deletion(-) diff --git a/applications/debug/expansion_test/application.fam b/applications/debug/expansion_test/application.fam index 9bc4b2fc2..ba692641b 100644 --- a/applications/debug/expansion_test/application.fam +++ b/applications/debug/expansion_test/application.fam @@ -4,7 +4,6 @@ App( apptype=FlipperAppType.DEBUG, entry_point="expansion_test_app", requires=["expansion_start"], - fap_libs=["assets"], stack_size=1 * 1024, order=20, fap_category="Debug",