Skip to content

Commit

Permalink
fix(macos/packaging): MacPorts startupitem.executable path (#3183)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmou authored Sep 14, 2024
1 parent 6875fee commit c63678d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/macos/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c63678d

Please sign in to comment.