Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/distribute/app-store.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ You must upload your macOS application as a `.pkg` file to the App Store.
Run the following command to package your app as a macOS App Bundle (`.app` extension):

```
tauri build --bundles app --target universal-apple-darwin
npm run tauri build -- --bundles app --target universal-apple-darwin
```

:::note
Expand Down