From b02e83f68e740f1c62c6a5a75060abb275c3dddd 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 281b49c3..49402e97 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: