From c63678ddcdba7a30a546adcf89f7d303788f1973 Mon Sep 17 00:00:00 2001 From: Joe Mou <1091031+jmou@users.noreply.github.com> Date: Sat, 14 Sep 2024 18:19:09 -0400 Subject: [PATCH] fix(macos/packaging): MacPorts startupitem.executable path (#3183) --- packaging/macos/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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