We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741d9e7 commit c92f204Copy full SHA for c92f204
CMakeLists.txt
@@ -425,7 +425,7 @@ INCLUDE(InstallRequiredSystemLibraries)
425
426
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Hydrogen : an advanced drum machine for GNU/Linux")
427
SET(CPACK_PACKAGE_VENDOR "Hydrogen Developers")
428
-SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README.txt")
+SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README.md")
429
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING")
430
SET(CPACK_PACKAGE_VERSION_MAJOR "${VERSION_MAJOR}")
431
SET(CPACK_PACKAGE_VERSION_MINOR "${VERSION_MINOR}")
0 commit comments