build(macos)!: add homebrew formula and drop dmg (#2222)

This commit is contained in:
ReenigneArcher
2024-03-09 10:47:55 -05:00
committed by GitHub
parent ce3b625983
commit 33e99e1feb
9 changed files with 160 additions and 112 deletions

View File

@@ -2,6 +2,9 @@ if (APPLE)
if(${SUNSHINE_CONFIGURE_PORTFILE})
configure_file(packaging/macos/Portfile Portfile @ONLY)
endif()
if(${SUNSHINE_CONFIGURE_HOMEBREW})
configure_file(packaging/macos/sunshine.rb sunshine.rb @ONLY)
endif()
elseif (UNIX)
include(GNUInstallDirs) # this needs to be included prior to configuring the desktop files