From 115e76e4619d51380f6a293b3f0e0c3e2ccbf9a8 Mon Sep 17 00:00:00 2001 From: sanasol Date: Mon, 19 Jan 2026 01:44:11 +0100 Subject: [PATCH] Update macOS build target architectures to include x64 and arm64 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b10a6cf..bae229c 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,8 @@ { "target": "dmg", "arch": [ - "universal" + "x64", + "arm64" ] }, {