We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c678d8d commit 4b4f645Copy full SHA for 4b4f645
apple/internal/templates/macos.template.sh
@@ -39,4 +39,4 @@ readonly BUNDLE_INFO_PLIST="${APP_DIR}/Contents/Info.plist"
39
readonly BUNDLE_EXECUTABLE=$(/usr/libexec/PlistBuddy -c "Print :CFBundleExecutable" "${BUNDLE_INFO_PLIST}")
40
41
# Launch the app binary
42
-"${APP_DIR}/Contents/MacOS/${BUNDLE_EXECUTABLE}" "$@"
+exec "${APP_DIR}/Contents/MacOS/${BUNDLE_EXECUTABLE}" "$@"
0 commit comments