1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Disable README-user file (not supported by AppImage and DMG)

This commit is contained in:
Mathieu Schroeter 2017-08-15 16:55:03 +02:00
parent 34f8a6180a
commit a6d28026c3

View File

@ -188,7 +188,7 @@ if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
set (CPACK_PACKAGE_VENDOR "blupi.org")
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Planet Blupi - A delerious spell-binding game")
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
set (CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/README-user.md")
# set (CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/README-user.md")
set (CPACK_PACKAGE_FILE_NAME "planetblupi")
set (CPACK_PACKAGE_VERSION_MAJOR ${PB_VERSION_MAJOR})
set (CPACK_PACKAGE_VERSION_MINOR ${PB_VERSION_MINOR})