Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9902c8a..cb9d066 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,10 +44,10 @@ target_link_libraries(remmina-plugin-xdmcp ${REMMINA_COMMON_LIBRARIES})
install(TARGETS remmina-plugin-xdmcp DESTINATION ${REMMINA_PLUGINDIR})
install(FILES
- 16x16/emblems/remmina-xdmcp-ssh.png
- 16x16/emblems/remmina-xdmcp.png
+ 16x16/emblems/remmina-xdmcp-ssh.svg
+ 16x16/emblems/remmina-xdmcp.svg
DESTINATION ${APPICON16_EMBLEMS_DIR})
install(FILES
- 22x22/emblems/remmina-xdmcp-ssh.png
- 22x22/emblems/remmina-xdmcp.png
+ 22x22/emblems/remmina-xdmcp-ssh.svg
+ 22x22/emblems/remmina-xdmcp.svg
DESTINATION ${APPICON22_EMBLEMS_DIR})