libcosmic-wayland: fix example binary path

This commit is contained in:
Jeremy Soller 2026-03-08 10:27:33 -06:00
parent 71775701be
commit 381667966a

View File

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