From 480bf7c955d897b89d97bf07b3efc8bb9516951a Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sat, 16 May 2026 15:12:27 +0700 Subject: [PATCH] Move pixelcannon --- recipes/demos/pixelcannon/recipe.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/demos/pixelcannon/recipe.toml b/recipes/demos/pixelcannon/recipe.toml index be0f75b8..e207027a 100644 --- a/recipes/demos/pixelcannon/recipe.toml +++ b/recipes/demos/pixelcannon/recipe.toml @@ -6,8 +6,9 @@ template = "custom" script = """ cookbook_cargo -mkdir -pv "${COOKBOOK_STAGE}/apps/pixelcannon" -cp -Rv "${COOKBOOK_SOURCE}/assets" "${COOKBOOK_STAGE}/apps/pixelcannon" +mkdir -pv "${COOKBOOK_STAGE}/usr/games/pixelcannon" +cp -Rv "${COOKBOOK_SOURCE}/assets" "${COOKBOOK_STAGE}/usr/games/pixelcannon" +mv "${COOKBOOK_STAGE}/usr/bin/pixelcannon" "${COOKBOOK_STAGE}/usr/games/pixelcannon" mkdir -pv "${COOKBOOK_STAGE}/usr/share/ui/apps" cp -v "${COOKBOOK_SOURCE}/manifest" "${COOKBOOK_STAGE}/usr/share/ui/apps/pixelcannon"