mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Update CMakeLists.txt
Signed-off-by: Rello <Rello@users.noreply.github.com>
This commit is contained in:
parent
421c48e879
commit
ee7b3904f0
@ -20,8 +20,8 @@ endif()
|
||||
|
||||
# Icon switch: if branding is done, use the neutral state icons
|
||||
set(STATE_SUBDIR "")
|
||||
if(NOT APPLICATION_NAME STREQUAL "Nextcloud")
|
||||
set(STATE_SUBDIR "neutral/")
|
||||
if(APPLICATION_NAME STREQUAL "Nextcloud")
|
||||
set(STATE_SUBDIR "nextcloud/")
|
||||
endif()
|
||||
|
||||
configure_file(${CMAKE_SOURCE_DIR}/theme.qrc.in ${CMAKE_SOURCE_DIR}/theme.qrc)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user