mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Final commit to resolve #22 (at least in desktop repo, final bits have to be set in client-building).
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
This commit is contained in:
parent
c1dd0079d9
commit
4ea64bf9ee
2 changed files with 10 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
8
theme/nextcloud.VisualElementsManifest.xml
Normal file
8
theme/nextcloud.VisualElementsManifest.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
|
||||
<VisualElements
|
||||
BackgroundColor="#151e3d"
|
||||
ForegroundText="light"
|
||||
ShowNameOnSquare150x150Logo="on"
|
||||
Square150x150Logo="visualelements\150-Nextcloud-w10startmenu.png"
|
||||
Square70x70Logo="visualelements\70-Nextcloud-w10startmenu.png"/>
|
||||
</Application>
|
Loading…
Reference in a new issue