diff --git a/cmake/InstallAndPackage.cmake b/cmake/InstallAndPackage.cmake index 1cc539d2d3..a84707bc22 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")