From a6a685f6c197df3d2bc6fe4cad99c1a601c34d2d Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Tue, 24 Oct 2023 21:29:36 +0200 Subject: [PATCH] another test with x64ArchFiles folder --- gui/electron-builder.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/electron-builder.json5 b/gui/electron-builder.json5 index 192109d8..cdb03e93 100644 --- a/gui/electron-builder.json5 +++ b/gui/electron-builder.json5 @@ -42,7 +42,7 @@ "entitlementsInherit": "build/entitlements.plist", "gatekeeperAssess": false, "mergeASARs": true, - "x64ArchFiles": "x64/**/*", + "x64ArchFiles": ["Contents/Resources/x64/**/*"], "artifactName": "${productName}-Mac-${version}.${ext}" }, "win": {