Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion webgui-new/InstallReact.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ../webgui-new/out ${I

if (CMAKE_BUILD_TYPE STREQUAL "Release")
# Remove application source code in case of Release build
file(REMOVE ${INSTALL_WEBROOT_REACT_DIR}/app)
file(REMOVE_RECURSE ${INSTALL_WEBROOT_REACT_DIR}/app)
endif()

message("Building React App finished.")