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 },