Add notes
This commit is contained in:
parent
651d75fce7
commit
e78ec5c2ce
1 changed files with 7 additions and 0 deletions
|
|
@ -43,6 +43,13 @@ startupitem.location LaunchDaemons
|
|||
startupitem.name ${name}
|
||||
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
|
||||
destroot {
|
||||
# install assets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue