We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc912e1 commit a5fb37bCopy full SHA for a5fb37b
articles/getting_started/packaging_games.md
@@ -44,7 +44,7 @@ mkdir -p bin/Release/YourGame.app/Contents/MacOS/
44
mkdir -p bin/Release/YourGame.app/Contents/Resources/Content
45
```
46
47
-Next we need to publish our application for both `arm64` (M1/M2 devices) and `x64` (Intel). From the .NET CLI:
+Next we need to publish our application for both `arm64` (Apple Silicon) and `x64` (Intel). From the .NET CLI:
48
49
```cli
50
dotnet publish -c Release -r osx-x64 -p:PublishReadyToRun=false -p:TieredCompilation=false -p:PublishAot=true --self-contained
0 commit comments