X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=CMakeLists.txt;h=9cb93b4e139784fa76b3b6d34519c20b0c493e58;hb=56ec96b0b4e2d80f8d4cd08e3b64492fa6bc79e1;hp=c443eea5a2a20e0fbad57e4e15841f3f586748b9;hpb=7463dda70eafeddbb351948e1a48370f31b18c68;p=supertux.git diff --git a/CMakeLists.txt b/CMakeLists.txt index c443eea5a..9cb93b4e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -376,6 +376,7 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") SET(INSTALL_SUBDIR_DOC "SuperTux.app/Contents/Resources" CACHE STRING "Installation subdir for docs") INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/tools/darwin/info.plist DESTINATION "SuperTux.app/Contents/") + INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/tools/darwin/receipt DESTINATION "SuperTux.app/Contents/_MASReceipt/") INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.png ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.icns DESTINATION "SuperTux.app/Contents/Resources/")