Install SVG logo as hicolor scalable icon by pinotree · Pull Request #2431 · sqlitebrowser/sqlitebrowser

When we did PR for #2270, we only handled the icon files. The assumption there was that application icon was to be taken from the images folder for both png and svg. I can see now that we overlooked the CMakeLists.txt file. The CMakeLists.txt entry for the png image is not being sourced from the images folder.

Recommend correcting pull to match past assumptions.