Skip to content

Commit

Permalink
Revert f51e66f: creating zip bundle fails for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
glx22 committed Jun 8, 2020
1 parent 0b86bd8 commit 0a4ecc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/InstallAndPackage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0a4ecc1

Please sign in to comment.