summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorglx22 <glx@openttd.org>2020-06-09 01:20:43 +0200
committerglx22 <glx22@users.noreply.github.com>2020-06-10 21:10:00 +0200
commit8ef3d8f584fdc97c02bdc25e6d13d4c8bb4251ff (patch)
treea1eae1f3717b33063bd438b0f286bfe69fb8a842 /cmake
parentee570e1b6dbd3b8e0f55f31f05c774e57c9a1e8f (diff)
downloadopenttd-8ef3d8f584fdc97c02bdc25e6d13d4c8bb4251ff.tar.xz
Revert f51e66f6: creating zip bundle fails for MacOS
Diffstat (limited to 'cmake')
-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")