diff --git a/guisynth/CMakeLists.txt b/guisynth/CMakeLists.txt index 6a3b235..3ffc46e 100644 --- a/guisynth/CMakeLists.txt +++ b/guisynth/CMakeLists.txt @@ -34,7 +34,15 @@ install( TARGETS guisynth DESTINATION ${CMAKE_INSTALL_BINDIR} ) install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/icon.png - DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/128x128 + DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/128x128/apps + RENAME sonivoxeas.png ) + +install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/icon256.png + DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/256x256/apps + RENAME sonivoxeas.png ) + +install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/icon512.png + DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/512x512/apps RENAME sonivoxeas.png ) install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/guisynth.desktop diff --git a/guisynth/icon.svg b/guisynth/icon.svg new file mode 100644 index 0000000..154caa9 --- /dev/null +++ b/guisynth/icon.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/guisynth/icon256.png b/guisynth/icon256.png new file mode 100644 index 0000000..6aaf3a9 Binary files /dev/null and b/guisynth/icon256.png differ diff --git a/guisynth/icon512.png b/guisynth/icon512.png new file mode 100644 index 0000000..bf7dfc0 Binary files /dev/null and b/guisynth/icon512.png differ