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:
authorDenis Ollier <larchunix@users.noreply.github.com>2018-04-14 19:38:10 +0300
committerlarchunix <larchunix@users.noreply.github.com>2018-04-15 13:30:09 +0300
commitae1b927342b1520a879885bc6dcd9745d37ebbae (patch)
treef4a434a912c2dc3b3d9221eaba42bd2e6ebfa952 /plugins/exec
parent8c27deab740f80a6281e259136ee9942bcc9b53d (diff)
cmake: remove duplicate icon for exec plugin
Diffstat (limited to 'plugins/exec')
-rw-r--r--plugins/exec/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/exec/CMakeLists.txt b/plugins/exec/CMakeLists.txt
index 02632026f..851832033 100644
--- a/plugins/exec/CMakeLists.txt
+++ b/plugins/exec/CMakeLists.txt
@@ -48,9 +48,7 @@ install(TARGETS remmina-plugin-exec DESTINATION ${REMMINA_PLUGINDIR})
install(FILES
16x16/emblems/remmina-tool.png
- 16x16/emblems/remmina-tool.png
DESTINATION ${APPICON16_EMBLEMS_DIR})
install(FILES
22x22/emblems/remmina-tool.png
- 22x22/emblems/remmina-tool.png
DESTINATION ${APPICON22_EMBLEMS_DIR})