summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2020-12-10 14:58:35 +0100
committerGitHub <noreply@github.com>2020-12-10 14:58:35 +0100
commit7092d84e0ae1e76231c5ca0c3e926d9e14a66194 (patch)
tree397f26ef11c86bb984221c99398d5818e7c050ea /CMakeLists.txt
parent1fdca9e44e6661488c13f36431b8973daa730f6d (diff)
Change Disc Jockey to DJ
Co-authored-by: Be <be.0@gmx.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 335b8ab4e9..29ef4eb506 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2531,7 +2531,7 @@ endif()
# Packaging
set(CPACK_PACKAGE_VENDOR "Mixxx Project")
set(CPACK_PACKAGE_CONTACT "RJ Skerry-Ryan <rryan@mixxx.org>")
-set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Digital Disc Jockey Application")
+set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Digital DJ Application")
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/packaging/CPackPackageDescription.txt")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "Mixxx")
set(CPACK_PACKAGE_EXECUTABLES "mixxx;Mixxx")