fix(macos/packaging): MacPorts startupitem.executable path (#3183)

This commit is contained in:
Joe Mou 2024-09-14 18:19:09 -04:00 committed by GitHub
commit c63678ddcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ configure.env-append BUILD_VERSION=@BUILD_VERSION@
configure.env-append COMMIT=@GITHUB_COMMIT@
startupitem.create yes
startupitem.executable "${prefix}/bin/{$name}"
startupitem.executable "${prefix}/bin/sunshine"
startupitem.location LaunchDaemons
startupitem.name ${name}
startupitem.netchange yes