mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #4700 from nextcloud/work/fix-png-gen-bug
Fix bad quote in CMakeLists PNG generation message
This commit is contained in:
commit
004d4e90f9
@ -426,7 +426,7 @@ set(STATE_ICONS_COLORS colored black white)
|
||||
foreach(state_icons_color ${STATE_ICONS_COLORS})
|
||||
set(STATE_ICONS_PATH "${theme_dir}/${state_icons_color}/")
|
||||
|
||||
message("Generating state icons from SVG in path: "${STATE_ICONS_PATH})
|
||||
message("Generating state icons from SVG in path: ${STATE_ICONS_PATH}")
|
||||
|
||||
file(GLOB_RECURSE STATE_ICONS_SVG "${STATE_ICONS_PATH}/state-*.svg")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user