feat(macos): build a signed .app bundle in a .dmg (#4759)

This commit is contained in:
Andy Grundman
2026-03-03 23:30:53 -05:00
committed by GitHub
parent b000d43883
commit 423a864ee3
22 changed files with 660 additions and 112 deletions
+5
View File
@@ -1,5 +1,10 @@
if (WIN32)
elseif (APPLE)
if (NOT SUNSHINE_BUILD_HOMEBREW)
set(CMAKE_BUILD_WITH_INSTALL_RPATH ON)
set(CMAKE_INSTALL_RPATH "")
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH FALSE)
endif()
elseif (UNIX)
include(GNUInstallDirs)