Skip to content

Commit

Permalink
Update app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Oct 25, 2023
1 parent f08d489 commit 7ad14c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ if(WITH_VCPKG)
endif()

if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
install(FILES ${CMAKE_SOURCE_DIR}/images/icons/qfield_logo.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons RENAME qfield.svg)
install(FILES ${CMAKE_SOURCE_DIR}/images/icons/qfield_logo.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/128x128/apps RENAME qfield.svg)
install(FILES ${CMAKE_SOURCE_DIR}/platform/linux/qfield.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/qfield)
install(FILES ${CMAKE_SOURCE_DIR}/platform/linux/qfield.metainfo.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo)
endif()
Expand Down

0 comments on commit 7ad14c7

Please sign in to comment.