diff --git a/source/g3d_viewer/CMakeLists.txt b/source/g3d_viewer/CMakeLists.txt index cf63ea557..eeebdbeef 100644 --- a/source/g3d_viewer/CMakeLists.txt +++ b/source/g3d_viewer/CMakeLists.txt @@ -202,6 +202,6 @@ IF(BUILD_MODEL_VIEWER) # Installation of the program config and image files INSTALL(FILES -"${PROJECT_SOURCE_DIR}/mk/shared/g3dviewer.ico" +"${PROJECT_SOURCE_DIR}/mk/shared/g3d_viewer.ico" DESTINATION ${INSTALL_DIR_INI}) ENDIF() diff --git a/source/glest_map_editor/CMakeLists.txt b/source/glest_map_editor/CMakeLists.txt index 0522d5a21..6e1892fb7 100644 --- a/source/glest_map_editor/CMakeLists.txt +++ b/source/glest_map_editor/CMakeLists.txt @@ -191,7 +191,7 @@ IF(BUILD_MAP_EDITOR) # Installation of the program config and image files INSTALL(FILES - "${PROJECT_SOURCE_DIR}/mk/shared/editor.ico" + "${PROJECT_SOURCE_DIR}/mk/shared/map_editor.ico" DESTINATION ${INSTALL_DIR_INI}) ENDIF()