mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 11:10:04 +00:00
Add notes
This commit is contained in:
parent
651d75fce7
commit
e78ec5c2ce
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user