diff --git a/recipes/pixelcannon/recipe.sh b/recipes/pixelcannon/recipe.sh index b4cc7bed21586ad9dfbef10ce955d319a532039b..66b84aa624efd61d51ec8315cc44047e0979ecd1 100644 --- a/recipes/pixelcannon/recipe.sh +++ b/recipes/pixelcannon/recipe.sh @@ -3,4 +3,6 @@ GIT=https://github.com/jackpot51/pixelcannon.git function recipe_stage { mkdir -pv "$1/apps/pixelcannon" cp -Rv assets "$1/apps/pixelcannon" + mkdir -pv "$1/ui/apps" + cp -v manifest "$1/ui/apps/pixelcannon" }