Browse Source

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

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

2
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"
)

BIN
Packaging/resources/icon_flat.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Loading…
Cancel
Save