Skip to content

Commit

Permalink
Update packaging_games.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 authored Sep 11, 2024
1 parent 4987438 commit 45f7c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/getting_started/packaging_games.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mkdir -p bin/Release/YourGame.app/Contents/MacOS/
mkdir -p bin/Release/YourGame.app/Contents/Resources/Content
```

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:

```cli
dotnet publish -c Release -r osx-x64 -p:PublishReadyToRun=false -p:TieredCompilation=false -p:PublishAot=true --self-contained
Expand Down

0 comments on commit 45f7c64

Please sign in to comment.