diff --git a/recipes/tools/cosmic-edit/recipe.toml b/recipes/tools/cosmic-edit/recipe.toml
index c4c609c3a16bcc61b525707c63c43af0665a616b..7af455cf48a4a486bd581347e247b84b3bf2924d 100644
--- a/recipes/tools/cosmic-edit/recipe.toml
+++ b/recipes/tools/cosmic-edit/recipe.toml
@@ -7,5 +7,5 @@ template = "custom"
 script = """
 cookbook_cargo --no-default-features
 mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
-cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/cosmic-edit"
+cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/30_cosmic-edit"
 """
diff --git a/recipes/tools/cosmic-files/recipe.toml b/recipes/tools/cosmic-files/recipe.toml
index 31327010393ee0b83c90bf6ae6f93701416b18aa..45bdd7195100669589d9feb02c02097ad0e84452 100644
--- a/recipes/tools/cosmic-files/recipe.toml
+++ b/recipes/tools/cosmic-files/recipe.toml
@@ -7,5 +7,5 @@ template = "custom"
 script = """
 cookbook_cargo --no-default-features
 mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
-cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/cosmic-files"
+cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/20_cosmic-files"
 """