Skip to content

Commit

Permalink
Use CPACK_PACKAGE_NAME = "Mixxx", to fix Windows Menu folder and WIX …
Browse files Browse the repository at this point in the history
…dialogs.
  • Loading branch information
daschuer committed Apr 27, 2024
1 parent 93ca353 commit 87f1535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3440,6 +3440,7 @@ file(RELATIVE_PATH MIXXX_INSTALL_DOCDIR_RELATIVE_TO_DATADIR "${CMAKE_INSTALL_PRE
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.in" "${CMAKE_CURRENT_BINARY_DIR}/src/config.h" @ONLY)

# Packaging
set(CPACK_PACKAGE_NAME "Mixxx")
set(CPACK_PACKAGE_VENDOR "Mixxx Project")
set(CPACK_PACKAGE_CONTACT "RJ Skerry-Ryan <[email protected]>")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Digital DJ Application")
Expand Down

0 comments on commit 87f1535

Please sign in to comment.