fix(macos/packaging): MacPorts startupitem.executable path (#3183)
This commit is contained in:
parent
6875fee479
commit
c63678ddcd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue