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:
Diffstat (limited to 'plugins/exec/CMakeLists.txt')
-rw-r--r--plugins/exec/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/exec/CMakeLists.txt b/plugins/exec/CMakeLists.txt
index 9e8d5c5cf..3673e00e5 100644
--- a/plugins/exec/CMakeLists.txt
+++ b/plugins/exec/CMakeLists.txt
@@ -47,5 +47,9 @@ target_link_libraries(remmina-plugin-exec ${REMMINA_COMMON_LIBRARIES})
install(TARGETS remmina-plugin-exec DESTINATION ${REMMINA_PLUGINDIR})
install(FILES
- scalable/emblems/remmina-tool-symbolic.svg
+ scalable/emblems/org.remmina.Remmina-tool-symbolic.svg
DESTINATION ${APPICONSCALE_EMBLEMS_DIR})
+
+if(WITH_ICON_CACHE)
+ gtk_update_icon_cache("${REMMINA_DATADIR}/icons/hicolor")
+endif()