From 10a97b1f4abf111cc70abe1adaf5fc3a9be98226 Mon Sep 17 00:00:00 2001 From: Nexmoe <16796652+nexmoe@users.noreply.github.com> Date: Thu, 30 Oct 2025 21:31:42 +0800 Subject: [PATCH] support of macOS x64 packing (#7) --- electron-builder.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/electron-builder.yml b/electron-builder.yml index e998472..ac8855a 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -21,6 +21,11 @@ nsis: mac: entitlementsInherit: build/entitlements.mac.plist notarize: false + target: + - target: dmg + arch: + - arm64 + - x64 dmg: artifactName: ${name}-${version}.${ext} linux: