From e4c90b40a5f6af857a826dcc63e125a617b91dd1 Mon Sep 17 00:00:00 2001 From: Timeo Williams Date: Wed, 18 Dec 2024 14:02:15 -0500 Subject: [PATCH] docs: support building distributables for Mac Store --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e634847..4885ea7 100644 --- a/README.md +++ b/README.md @@ -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