From 82a99d9c134639580b16fc54df3332e3b75f4f87 Mon Sep 17 00:00:00 2001 From: viarotel Date: Tue, 31 Oct 2023 11:15:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20x64ArchFiles=20Error?= 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 4d338310..ccf88c44 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -61,7 +61,7 @@ "to": "extra", "filter": ["common", "mac"] }, - "x64ArchFiles": "Contents/Resources/extra", + "x64ArchFiles": "**/extra", "entitlementsInherit": "entitlements.mac.plist", "extendInfo": { "NSDocumentsFolderUsageDescription": "Application requests access to the user's Documents folder.",