Add notes

This commit is contained in:
ReenigneArcher 2022-06-16 16:18:59 -04:00
parent 651d75fce7
commit e78ec5c2ce

View File

@ -43,6 +43,13 @@ startupitem.location LaunchDaemons
startupitem.name ${name} startupitem.name ${name}
startupitem.netchange yes startupitem.netchange yes
platform darwin {
if { ${os.major} < 20 } {
# See: https://github.com/SunshineStream/Sunshine/discussions/117#discussioncomment-2513494
notes-append "Port is limited to software encoding, when used with macOS releases prior to Big Sur."
}
}
# is this actually necessary? this should all be handled by CMakeLists # is this actually necessary? this should all be handled by CMakeLists
destroot { destroot {
# install assets # install assets