From 151cb2967960f91d12137da7ee03306d6e5a1677 Mon Sep 17 00:00:00 2001 From: viarotel Date: Tue, 31 Oct 2023 13:44:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20macOS=20x64ArchFiles=20Er?= =?UTF-8?q?rors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron-builder.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-builder.json b/electron-builder.json index ec2416b8..5cd8e2b2 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -61,13 +61,13 @@ "to": "extra", "filter": ["common", "mac"] }, + "x64ArchFiles": "Contents/Resources/extra/**/*", "entitlementsInherit": "entitlements.mac.plist", "extendInfo": { "NSDocumentsFolderUsageDescription": "Application requests access to the user's Documents folder.", "NSDownloadsFolderUsageDescription": "Application requests access to the user's Downloads folder." }, "type": "development", - "mergeASARs": false, "notarize": false, "darkModeSupport": true, "hardenedRuntime": false