diff --git a/src/content/docs/distribute/app-store.mdx b/src/content/docs/distribute/app-store.mdx index 069bb0b3ef..a478b69009 100644 --- a/src/content/docs/distribute/app-store.mdx +++ b/src/content/docs/distribute/app-store.mdx @@ -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