Skip to content

Commit

Permalink
Purge NSIS settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dr8co committed Apr 23, 2024
1 parent 6661584 commit 94ed4b0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions cmake/Packing.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -103,21 +103,6 @@ set(CPACK_DMG_BACKGROUND_IMAGE "${CMAKE_CURRENT_SOURCE_DIR}/assets/background/ba
# Set the package checksum
set(CPACK_PACKAGE_CHECKSUM "SHA256")

# NSIS specific settings
set(CPACK_NSIS_PACKAGE_NAME "${CPACK_PACKAGE_NAME}")
set(CPACK_NSIS_DISPLAY_NAME "${CPACK_PACKAGE_NAME}")
set(CPACK_NSIS_MODIFY_PATH ON)

set(CPACK_NSIS_INSTALL_ROOT "C:/Program Files/${CPACK_PACKAGE_NAME}")
set(CPACK_NSIS_CONTACT "${CPACK_PACKAGE_CONTACT}")

set(CPACK_NSIS_URL_INFO_ABOUT "${CPACK_PACKAGE_HOMEPAGE}")
set(CPACK_NSIS_MODIFY_PATH ON)

set(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON)
set(CPACK_NSIS_HELP_LINK "${CPACK_PACKAGE_HOMEPAGE}")
set(CPACK_NSIS_MENU_LINKS "Help" "${CPACK_PACKAGE_HOMEPAGE}" "Home Page")

# Inno setup specific settings
set(CPACK_INNOSETUP_USE_CMAKE_BOOL_FORMAT ON)
set(CPACK_INNOSETUP_INSTALL_ROOT "C:/Program Files")
Expand Down

0 comments on commit 94ed4b0

Please sign in to comment.