diff options
author | glx22 <glx@openttd.org> | 2020-06-09 01:20:43 +0200 |
---|---|---|
committer | glx22 <glx22@users.noreply.github.com> | 2020-06-10 21:10:00 +0200 |
commit | 8ef3d8f584fdc97c02bdc25e6d13d4c8bb4251ff (patch) | |
tree | a1eae1f3717b33063bd438b0f286bfe69fb8a842 | |
parent | ee570e1b6dbd3b8e0f55f31f05c774e57c9a1e8f (diff) | |
download | openttd-8ef3d8f584fdc97c02bdc25e6d13d4c8bb4251ff.tar.xz |
Revert f51e66f6: creating zip bundle fails for MacOS
-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 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") |