From 437eded23aa919cba465805f329e15c4c88e7b50 Mon Sep 17 00:00:00 2001 From: Siddharth Date: Mon, 24 Nov 2025 01:03:23 -0700 Subject: [PATCH] arm64 support --- electron-builder.json5 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/electron-builder.json5 b/electron-builder.json5 index b1daa82..5eb42fb 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -28,14 +28,14 @@ ], "mac": { - "target": [ - "dmg" - ], - "arch": [ - "universal" - ], - "icon": "icons/icons/mac/icon.icns", - "artifactName": "${productName}-Mac-${version}-Installer.${ext}" + "target": [ + { + "target": "dmg", + "arch": ["x64", "arm64"] + } + ], + "icon": "icons/icons/mac/icon.icns", + "artifactName": "${productName}-Mac-${version}-Installer.${ext}" }, "linux": { "target": [