mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-06 13:22:36 +08:00
Install desktop file and icon on Linux
This commit is contained in:
@@ -382,4 +382,9 @@ else()
|
||||
message (STATUS "NOT configuring the v1 installer")
|
||||
endif()
|
||||
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
install(FILES res/synergy.desktop DESTINATION share/applications)
|
||||
install(FILES res/synergy.svg DESTINATION share/icons)
|
||||
endif()
|
||||
|
||||
add_subdirectory (src)
|
||||
|
||||
Reference in New Issue
Block a user