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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-06-05 23:26:22 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-06-05 23:26:22 +0300
commit6331df869887094d8f2ed5314a96077bffdbaa41 (patch)
tree70684f30c72d0e1f3e6d3f576db4079b5df34e0c /plugins/rdp/CMakeLists.txt
parent3ac81e3139ad3c5908e96931a4b08a9574f4f7bf (diff)
Migrating to SVG icons format
Diffstat (limited to 'plugins/rdp/CMakeLists.txt')
-rw-r--r--plugins/rdp/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/rdp/CMakeLists.txt b/plugins/rdp/CMakeLists.txt
index 12fd31a2e..97bfca909 100644
--- a/plugins/rdp/CMakeLists.txt
+++ b/plugins/rdp/CMakeLists.txt
@@ -69,10 +69,10 @@ target_link_libraries(remmina-plugin-rdp
install(TARGETS remmina-plugin-rdp DESTINATION ${REMMINA_PLUGINDIR})
install(FILES
- 16x16/emblems/remmina-rdp-ssh.png
- 16x16/emblems/remmina-rdp.png
+ 16x16/emblems/remmina-rdp-ssh.svg
+ 16x16/emblems/remmina-rdp.svg
DESTINATION ${APPICON16_EMBLEMS_DIR})
install(FILES
- 22x22/emblems/remmina-rdp-ssh.png
- 22x22/emblems/remmina-rdp.png
+ 22x22/emblems/remmina-rdp-ssh.svg
+ 22x22/emblems/remmina-rdp.svg
DESTINATION ${APPICON22_EMBLEMS_DIR})