Skip to content
Snippets Groups Projects
Verified Commit 693b94e7 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Increase size of neverball/neverputt icons

parent 3387b5a1
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ function recipe_stage { ...@@ -42,7 +42,7 @@ function recipe_stage {
cp -v "${COOKBOOK_RECIPE}/manifest-${bin}" "${dest}/ui/apps/${bin}" cp -v "${COOKBOOK_RECIPE}/manifest-${bin}" "${dest}/ui/apps/${bin}"
# Install icon # Install icon
cp -v "dist/${bin}_48.png" "${dest}/ui/icons/apps/${bin}.png" cp -v "dist/${bin}_64.png" "${dest}/ui/icons/apps/${bin}.png"
done done
skip=1 skip=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment