Skip to content

Commit

Permalink
docs: support building distributables for Mac Store
Browse files Browse the repository at this point in the history
  • Loading branch information
timeowilliams authored Dec 18, 2024
1 parent 2509154 commit e4c90b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ So you've got an **amazing** application there, and you want to package it all u
```bash
npm run make
```
For those looking to publish to the Apple Store, you'll need to create a universal build.

```bash
npm run make -- --arch=universal --platform=mas
```

## Publishing your app

Expand Down

0 comments on commit e4c90b4

Please sign in to comment.