diff --git a/packaging/macos/Portfile b/packaging/macos/Portfile index 8c48d31e..678f742a 100644 --- a/packaging/macos/Portfile +++ b/packaging/macos/Portfile @@ -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