Skip to content

Commit

Permalink
Fixed icon installed location
Browse files Browse the repository at this point in the history
Fix for ticket #2: The icon.png file is installed in the wrong place
Added the original SVG icon, and two other icon sizes.
closes #2
  • Loading branch information
pedrolcl committed Aug 22, 2022
1 parent aef22d6 commit 33cccc7
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 1 deletion.
10 changes: 9 additions & 1 deletion guisynth/CMakeLists.txt
Expand Up @@ -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
Expand Down
118 changes: 118 additions & 0 deletions guisynth/icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added guisynth/icon256.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added guisynth/icon512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33cccc7

Please sign in to comment.