summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/InstallAndPackage.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/InstallAndPackage.cmake b/cmake/InstallAndPackage.cmake
index 1cc539d2d..a84707bc2 100644
--- a/cmake/InstallAndPackage.cmake
+++ b/cmake/InstallAndPackage.cmake
@@ -81,7 +81,7 @@ set(CPACK_STRIP_FILES YES)
set(CPACK_OUTPUT_FILE_PREFIX "bundles")
if (APPLE)
- set(CPACK_GENERATOR "ZIP;Bundle")
+ set(CPACK_GENERATOR "Bundle")
include(PackageBundle)
set(CPACK_PACKAGE_FILE_NAME "openttd-#CPACK_PACKAGE_VERSION#-macosx")