From 466a162c6f43edb4d07261de6480242f7cf73c46 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Mon, 15 Jul 2024 11:25:32 +0800 Subject: [PATCH] feat: add x64 arch to mac dmg target --- electron-builder.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/electron-builder.yml b/electron-builder.yml index 281b49c3a0..49402e9771 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -26,6 +26,12 @@ mac: - NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder. - NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder. notarize: false + target: + - target: dmg + arch: + - x64 + - arm64 + dmg: artifactName: ${productName}-${version}.${ext} linux: