diff --git a/cmake/libsuperderpy-icons.cmake b/cmake/libsuperderpy-icons.cmake index 64d3d74..b04d2d7 100644 --- a/cmake/libsuperderpy-icons.cmake +++ b/cmake/libsuperderpy-icons.cmake @@ -8,5 +8,6 @@ if(UNIX AND NOT APPLE AND NOT EMSCRIPTEN) if(EXISTS ${LIBSUPERDERPY_GAMENAME}.svg) install(FILES ${LIBSUPERDERPY_GAMENAME}.svg DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps) endif(EXISTS ${LIBSUPERDERPY_GAMENAME}.svg) + install(FILES ${LIBSUPERDERPY_GAMENAME}.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps) endif(UNIX AND NOT APPLE AND NOT EMSCRIPTEN) install(FILES ${LIBSUPERDERPY_GAMENAME}.png DESTINATION ${DATADIR}/icons)