diff options
author | glx22 <glx@openttd.org> | 2020-06-07 02:52:37 +0200 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2020-06-08 09:49:26 +0100 |
commit | f51e66f697e2956d57671afd90a57ca932356756 (patch) | |
tree | acb2284ec697cde67295cc6d83186d922f408670 /cmake | |
parent | 90e849198fbac0136ca9bb9149e53f25265eeab5 (diff) | |
download | openttd-f51e66f697e2956d57671afd90a57ca932356756.tar.xz |
Fix: Restore zip bundle for MacOS
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/InstallAndPackage.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/InstallAndPackage.cmake b/cmake/InstallAndPackage.cmake index d23fa92b7..1994c0708 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 "Bundle") + set(CPACK_GENERATOR "ZIP;Bundle") include(PackageBundle) set(CPACK_PACKAGE_FILE_NAME "openttd-#CPACK_PACKAGE_VERSION#-macosx") |