Renamed files for consistent sheme & use in CMakeLists (/src/gui)

Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
This commit is contained in:
Dominique Fuchs 2019-09-06 08:23:48 +02:00
parent 429c9afd60
commit f33d0a322d
3 changed files with 1 additions and 0 deletions

View file

@ -272,6 +272,7 @@ if(NOT BUILD_OWNCLOUD_OSX_BUNDLE)
install(FILES ${client_I18N} DESTINATION ${SHAREDIR}/${APPLICATION_EXECUTABLE}/i18n)
else()
install(FILES ${client_I18N} DESTINATION i18n)
install(FILES ${visualElements} DESTINATION visualelements)
endif()
# we may not add MACOSX_BUNDLE here, if not building one

View file

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View file

Before

Width:  |  Height:  |  Size: 4 KiB

After

Width:  |  Height:  |  Size: 4 KiB