From 1cc0a11a3555bbfbfe5a8da59b6dd4b1cdbf628c Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Mon, 3 Nov 2014 18:21:03 -0800 Subject: [PATCH] change package name to colobot on MacOS and fix icon --- desktop/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt index 37a4b99e..93113adc 100644 --- a/desktop/CMakeLists.txt +++ b/desktop/CMakeLists.txt @@ -163,6 +163,7 @@ if(PLATFORM_WINDOWS) set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.txt) elseif(PLATFORM_MACOSX) + set(CPACK_BUNDLE_NAME "Colobot") set(CPACK_GENERATOR "Bundle") set(CPACK_BUNDLE_ICON ${CMAKE_CURRENT_BINARY_DIR}/Colobot.icns) set(CPACK_PACKAGE_ICON ${CMAKE_CURRENT_BINARY_DIR}/Colobot.icns)