From 8180c6eb2e78255dbd4ca666802ba72e0849829b Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 28 Feb 2026 19:13:20 +0000 Subject: [PATCH] Added universal macOS build. --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9aae095..6f2928d 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,14 @@ "node_modules/**/*" ], "mac": { - "target": "dmg", + "target": [ + { + "target": "dmg", + "arch": [ + "universal" + ] + } + ], "extendInfo": { "CFBundleURLTypes": [ {