diff --git a/CMakeLists.txt b/CMakeLists.txt index a87baedff..97547073d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -590,7 +590,7 @@ if(CPACK AND (APPLE OR BUILD_ASSETS_MPQ OR SRC_DIST)) install(FILES "${DEVILUTIONX_MPQ}" DESTINATION "share/diasurgical/${project_name}" ) - install(FILES "${PROJECT_SOURCE_DIR}/Packaging/resources/icon.png" + install(FILES "${PROJECT_SOURCE_DIR}/Packaging/resources/icon_flat.png" DESTINATION "share/icons/hicolor/512x512/apps" RENAME "${project_name}.png" ) diff --git a/Packaging/resources/icon_flat.png b/Packaging/resources/icon_flat.png new file mode 100644 index 000000000..526df8c65 Binary files /dev/null and b/Packaging/resources/icon_flat.png differ