Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,10 @@ if(APPLE)
set(CPACK_PACKAGE_NAME "Lemonade")
set(CPACK_PRODUCTBUILD_IDENTIFIER "com.lemonade.server")

# Declare the package arm64-only so the macOS Installer does not assume our
# postflight script needs x86_64 and prompt to install Rosetta on Apple Silicon.
set(CPACK_APPLE_PKG_INSTALLER_CONTENT "<hostArchitectures><hostArchitecture>arm64</hostArchitecture></hostArchitectures>")

set(CPACK_PRODUCTBUILD_DOMAIN "system")

if(INSTALLER_IDENTITY)
Expand Down
Loading