diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index 802e409d04..8596b2ac77 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -253,7 +253,7 @@ endif () if (WIN32 AND DEFINED ENV{DDE_ARCHIVE_DIR}) install( - DIRECTORY $ENV{DDE_APP_PATH} + DIRECTORY $ENV{DDE_ARCHIVE_DIR}/ DESTINATION ${INTERFACE_INSTALL_DIR}/dde COMPONENT ${DDE_COMPONENT} )