File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,9 @@ endif()
322322install (TARGETS cli DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT Runtime)
323323install (TARGETS gui DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT Runtime)
324324install (FILES dist/linux/cutechess.desktop DESTINATION ${CMAKE_INSTALL_DATADIR} /applications COMPONENT Runtime)
325- install (FILES projects/gui/res/icons/cutechess_256x256.png DESTINATION ${CMAKE_INSTALL_DATADIR} /icons/application/256x256/apps/ RENAME cutechess.png COMPONENT Runtime)
325+ install (FILES projects/gui/res/icons/cutechess_64x64.png DESTINATION ${CMAKE_INSTALL_DATADIR} /icons/hicolor/64x64/apps/ RENAME cutechess.png COMPONENT Runtime)
326+ install (FILES projects/gui/res/icons/cutechess_128x128.png DESTINATION ${CMAKE_INSTALL_DATADIR} /icons/hicolor/128x128/apps/ RENAME cutechess.png COMPONENT Runtime)
327+ install (FILES projects/gui/res/icons/cutechess_256x256.png DESTINATION ${CMAKE_INSTALL_DATADIR} /icons/hicolor/256x256/apps/ RENAME cutechess.png COMPONENT Runtime)
328+ install (FILES projects/gui/res/icons/cutechess_512x512.png DESTINATION ${CMAKE_INSTALL_DATADIR} /icons/hicolor/512x512/apps/ RENAME cutechess.png COMPONENT Runtime)
326329install (FILES docs/cutechess-cli.6 DESTINATION ${CMAKE_INSTALL_MANDIR} /man6/ COMPONENT Documentation)
327330install (FILES docs/cutechess-engines.json.5 DESTINATION ${CMAKE_INSTALL_MANDIR} /man5/ COMPONENT Documentation)
You can’t perform that action at this time.
0 commit comments