Browse Source

Add icon based on the Android icon and use it on Linux

pull/8242/head
Anders Jenbo 5 months ago
parent
commit
1a235060ba
  1. 2
      CMakeLists.txt
  2. BIN
      Packaging/resources/icon_flat.png

2
CMakeLists.txt

@ -648,7 +648,7 @@ if(CPACK AND (APPLE OR BUILD_ASSETS_MPQ OR SRC_DIST))
install(FILES "${DEVILUTIONX_MPQ}" install(FILES "${DEVILUTIONX_MPQ}"
DESTINATION "share/diasurgical/${project_name}" 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" DESTINATION "share/icons/hicolor/512x512/apps"
RENAME "${project_name}.png" RENAME "${project_name}.png"
) )

BIN
Packaging/resources/icon_flat.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Loading…
Cancel
Save