Skip to content

Commit

Permalink
Merge pull request #616 from igalfsg/patch-2
Browse files Browse the repository at this point in the history
Update macOS.md to suggest using PublishSingleFile
  • Loading branch information
maxkatz6 authored Feb 1, 2025
2 parents c92c78a + 6b97a66 commit 17cd040
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/deployment/macOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17cd040

Please sign in to comment.