diff --git a/assets/CMakeLists.txt b/assets/CMakeLists.txt new file mode 100644 index 0000000000..58f7dbeaa6 --- /dev/null +++ b/assets/CMakeLists.txt @@ -0,0 +1,9 @@ +message("Cropping gaben.png to create placeholder icon...") + +execute_process(convert -crop 512x512+92+137 gaben.png "${CMAKE_BINARY_DIR}/assets/dist/openage.png") + +install(FILES ${GLOBAL_ASSET_DIR}/dist/openage.desktop + DESTINATION ${CMAKE_INSTALL_PREFIX}/usr/share/applications) + +install(FILES ${CMAKE_BINARY_DIR}/assets/dist/openage.png + DESTINATION ${CMAKE_INSTALL_PREFIX}/usr/share/pixmaps) diff --git a/assets/dist/openage.png b/assets/dist/openage.png deleted file mode 100644 index ae118758e5..0000000000 Binary files a/assets/dist/openage.png and /dev/null differ