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:41 +0300
committerlarchunix <larchunix@users.noreply.github.com>2018-04-15 13:30:09 +0300
commit7660734a553373c11c991e0da3cb3ce6e68fcaed (patch)
tree5e758ef1c9e0374d63f48996756f96a22418c614 /plugins/tool_hello_world
parentae1b927342b1520a879885bc6dcd9745d37ebbae (diff)
cmake: remove duplicate icon for hello world plugin
Diffstat (limited to 'plugins/tool_hello_world')
-rw-r--r--plugins/tool_hello_world/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/tool_hello_world/CMakeLists.txt b/plugins/tool_hello_world/CMakeLists.txt
index 0bf4a0c8c..06b9b2dd6 100644
--- a/plugins/tool_hello_world/CMakeLists.txt
+++ b/plugins/tool_hello_world/CMakeLists.txt
@@ -49,9 +49,7 @@ install(TARGETS remmina-plugin-tool_hello_world 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})