diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 69bd0303d..ec21cc848 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -272,7 +272,8 @@ if(NOT BUILD_OWNCLOUD_OSX_BUNDLE) install(FILES ${client_I18N} DESTINATION ${SHAREDIR}/${APPLICATION_EXECUTABLE}/i18n) else() file(GLOB_RECURSE VISUAL_ELEMENTS "${theme_dir}/colored/*-${APPLICATION_ICON_NAME}-w10startmenu*") - install(FILES ${VISUAL_ELEMENTS} DESTINATION visualelements) + install(FILES ${VISUAL_ELEMENTS} DESTINATION bin/visualelements) + install(FILES "${theme_dir}/${APPLICATION_EXECUTABLE}.VisualElementsManifest.xml" DESTINATION bin) install(FILES ${client_I18N} DESTINATION i18n) endif() diff --git a/theme/nextcloud.VisualElementsManifest.xml b/theme/nextcloud.VisualElementsManifest.xml new file mode 100644 index 000000000..acdc31272 --- /dev/null +++ b/theme/nextcloud.VisualElementsManifest.xml @@ -0,0 +1,8 @@ + + + \ No newline at end of file