From 472d4053f4921ab83fa29f3424dde1a473d003dc Mon Sep 17 00:00:00 2001 From: Siddharth Date: Mon, 24 Nov 2025 00:56:36 -0700 Subject: [PATCH] arm64 support --- electron-builder.json5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/electron-builder.json5 b/electron-builder.json5 index f8276d1..b1daa82 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -31,6 +31,9 @@ "target": [ "dmg" ], + "arch": [ + "universal" + ], "icon": "icons/icons/mac/icon.icns", "artifactName": "${productName}-Mac-${version}-Installer.${ext}" },