From c1506310545a5a7c3f3c01f1dc779cb333832d36 Mon Sep 17 00:00:00 2001 From: William Grant Date: Mon, 23 May 2022 16:59:13 +1000 Subject: [PATCH] fix: build target strings for mac were incorrect --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7f911cbe1..006109a65 100644 --- a/package.json +++ b/package.json @@ -237,7 +237,7 @@ "mac": { "category": "public.app-category.social-networking", "icon": "build/icon-mac.icns", - "target": ["deb", "rpm", "freebsd"], + "target": ["dmg", "zip"], "bundleVersion": "1", "hardenedRuntime": true, "gatekeeperAssess": false, @@ -271,11 +271,7 @@ "StartupWMClass": "Session" }, "asarUnpack": "node_modules/spellchecker/vendor/hunspell_dictionaries", - "target": [ - "deb", - "rpm", - "freebsd" - ], + "target": ["deb", "rpm", "freebsd"], "icon": "build/icon-linux.icns" }, "asarUnpack": [