From 6b97a66a92ca74b21ebc664d43f56b4cbc8f9de6 Mon Sep 17 00:00:00 2001 From: Igal Flegmann <8607853+igalfsg@users.noreply.github.com> Date: Sat, 1 Feb 2025 14:12:32 -0500 Subject: [PATCH] Update macOS.md to suggest using PublishSingleFile --- docs/deployment/macOS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/deployment/macOS.md b/docs/deployment/macOS.md index 321024196..15e46c04a 100644 --- a/docs/deployment/macOS.md +++ b/docs/deployment/macOS.md @@ -122,6 +122,8 @@ The file that is actually executed by macOS when starting your `.app` bundle wil * Add `-p:UseAppHost=true` to your `dotnet publish` command. +Additionally, you might want to add the '-p:PublishSingleFile=true' to your dotnet command, compiling most of the DLLs into a your single application, simplifying the signing and notarizing process. + ### dotnet-bundle :::warning