Skip to content

Commit 17cd040

Browse files
authored
Merge pull request #616 from igalfsg/patch-2
Update macOS.md to suggest using PublishSingleFile
2 parents c92c78a + 6b97a66 commit 17cd040

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/deployment/macOS.md

+2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ The file that is actually executed by macOS when starting your `.app` bundle wil
122122

123123
* Add `-p:UseAppHost=true` to your `dotnet publish` command.
124124

125+
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.
126+
125127
### dotnet-bundle
126128

127129
:::warning

0 commit comments

Comments
 (0)