Skip to content

Commit

Permalink
md update
Browse files Browse the repository at this point in the history
  • Loading branch information
synthphonic committed May 30, 2022
1 parent 4fee273 commit 5f953bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/PACKAGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
dotnet publish -c Release -r osx.12-arm64 -o publish-arm64 -p:PublishReadyToRun=true -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true -p:IncludeNativeLibrariesForSelfExtract=true -p:UseAppHost=true
```

For M1 machines, you need to sign the executable file before running it
```csharp
codesign -s identity nsmgr
```

### Windows 64-bit
- Publish an app self-contained and ReadyToRun. A Windows 64-bit executable is created
```csharp
Expand Down

0 comments on commit 5f953bf

Please sign in to comment.