From 381667966abe04d9244dde6370c49a8b971e45f1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 8 Mar 2026 10:27:33 -0600 Subject: [PATCH] libcosmic-wayland: fix example binary path --- recipes/wip/wayland/libcosmic-wayland/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/wip/wayland/libcosmic-wayland/recipe.toml b/recipes/wip/wayland/libcosmic-wayland/recipe.toml index 85e8c4c80..fd81d2b14 100644 --- a/recipes/wip/wayland/libcosmic-wayland/recipe.toml +++ b/recipes/wip/wayland/libcosmic-wayland/recipe.toml @@ -11,4 +11,5 @@ template = "custom" script = """ DYNAMIC_INIT cookbook_cargo_packages application +mv "${COOKBOOK_STAGE}/usr/bin/application" "${COOKBOOK_STAGE}/usr/bin/libcosmic-wayland_application" """