From d13b4b3fbafe59339db590060ff19689cf95cf61 Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Sun, 9 Feb 2025 18:48:02 +1100 Subject: [PATCH] feat(cosmic-term): dynamic Signed-off-by: Anhad Singh --- recipes/tools/cosmic-term/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/tools/cosmic-term/recipe.toml b/recipes/tools/cosmic-term/recipe.toml index 2afe4c007..338b04fac 100644 --- a/recipes/tools/cosmic-term/recipe.toml +++ b/recipes/tools/cosmic-term/recipe.toml @@ -5,6 +5,7 @@ branch = "master" [build] template = "custom" script = """ +DYNAMIC_INIT cookbook_cargo --no-default-features mkdir -pv "${COOKBOOK_STAGE}/ui/apps" cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/10_cosmic-term"