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
parent 6875fee479
commit c63678ddcd

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