Skip to content

Add 128x128 icon

Kevin Tee requested to merge (removed):add-128x128-icon into master

So I attempt to create Flatpak for Paraview. Flatpak need icon with dimension 128x128 as well. This is my attempt to add it upstream as well. So I resize the 512x512 icon by 25% with command from imagemagick,

convert -resize 25% pvIcon-512x512.png pvIcon-128x128.png

I also noticed that icon 512x512 is not included in CMakeLists.txt, why is that? But I add it any way.

Let me know if I am missing anything.

Merge request reports