Skip to content

Commit

Permalink
Updated windows installer to use the new logo and show a proper licen…
Browse files Browse the repository at this point in the history
…se agreement (#1429)
  • Loading branch information
ThijsSassen authored Oct 10, 2022
1 parent 53cbc51 commit 8356b52
Show file tree
Hide file tree
Showing 5 changed files with 527 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeCPack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Eclipse Cyclone DDS")

file(COPY "${PROJECT_SOURCE_DIR}/LICENSE" DESTINATION "${CMAKE_BINARY_DIR}")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_BINARY_DIR}/LICENSE")
set(CPACK_WIX_LICENSE_RTF "${CMAKE_BINARY_DIR}/LICENSE")

# Packages could be generated on alien systems. e.g. Debian packages could be
# created on Red Hat Enterprise Linux, but since packages also need to be
Expand All @@ -53,7 +52,8 @@ set(CPACK_COMPONENT_DEV_DISPLAY_NAME "${PROJECT_NAME_FULL} development")
set(CPACK_COMPONENT_DEV_DESCRIPTION "Development files for use with ${PROJECT_NAME_FULL}")

if(WIN32 AND NOT UNIX)

file(COPY "${PROJECT_SOURCE_DIR}/WiX/LICENSE.rtf" DESTINATION "${CMAKE_BINARY_DIR}")
set(CPACK_WIX_LICENSE_RTF "${CMAKE_BINARY_DIR}/LICENSE.rtf")
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(__arch "win64")
else()
Expand Down
Loading

0 comments on commit 8356b52

Please sign in to comment.