From 3d2010b26a2b9cd966cb7982b7e50b150a5f530b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 19 Jul 2017 19:33:43 -0600 Subject: [PATCH] Add file types to pastel --- recipes/pastel/recipe.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/pastel/recipe.sh b/recipes/pastel/recipe.sh index ad0f34be2..2d0302d2e 100644 --- a/recipes/pastel/recipe.sh +++ b/recipes/pastel/recipe.sh @@ -9,6 +9,10 @@ function recipe_stage { name=Pastel binary=/ui/bin/pastel icon=/ui/pastel/accessories-bitmap-editor.png + accept=*.bmp + accept=*.jpg + accept=*.jpeg + accept=*.png author=Robby Cerantola description=Bitmap Editor EOF