From 6228e5e7fea8daa5517288f81aa6c7f3f91a2164 Mon Sep 17 00:00:00 2001 From: vipinpaul Date: Fri, 21 Aug 2026 15:59:19 +0530 Subject: [PATCH] updating arch scripts --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f05f3b7e..16457859 100644 --- a/package.json +++ b/package.json @@ -64,15 +64,11 @@ }, "mac": { "category": "public.app-category.Utilities", - "target": [ - { - "target": "dmg", - "arch": ["x64", "arm64"] - } - ], + "target": "dmg", "icon": "styles/scribe.icns", "type": "distribution", "minimumSystemVersion": "10.15", + "artifactName": "${productName}-${version}-${arch}.${ext}", "hardenedRuntime": false, "gatekeeperAssess": false },