From ad3f77f8a12666503ade9ecc4be747e901e63567 Mon Sep 17 00:00:00 2001 From: viarotel Date: Tue, 31 Oct 2023 11:34:05 +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 4d338310..49826e63 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -61,7 +61,7 @@ "to": "extra", "filter": ["common", "mac"] }, - "x64ArchFiles": "Contents/Resources/extra", + "x64ArchFiles": "Contents/Resources/extra/*", "entitlementsInherit": "entitlements.mac.plist", "extendInfo": { "NSDocumentsFolderUsageDescription": "Application requests access to the user's Documents folder.",