Skip to content

Commit a423336

Browse files
Use correct term for PublishSingleFile (#79)
Co-authored-by: Simon (Darkside) Jackson <[email protected]>
1 parent b2aac1b commit a423336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/getting_started/packaging_games.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ MonoGame templates for .NET projects explicitly set this to `false`.
207207
Tiered compilation is **enabled by default**. To disable it, set the `TieredCompilation` property to `false` in your `.csproj`.
208208
MonoGame templates for .NET projects explicitly set this to `false`.
209209

210-
### SingleFilePublish
210+
### PublishSingleFile
211211

212-
SingleFilePublish packages your game into a single executable file with all dependencies and content integrated.
212+
PublishSingleFile packages your game into a single executable file with all dependencies and content integrated.
213213

214214
While it sounds very convenient, be aware that it's not magical and is in fact a hidden self-extracting zip archive. As such, it may make app startup take **a lot** longer if your game is large, and may fail to launch on systems where user permissions don't allow extracting files (or if there is not enough storage space available).
215215

0 commit comments

Comments
 (0)