From c3a87ee9b88c88d9aba95d7e972aa46ba6864ba4 Mon Sep 17 00:00:00 2001 From: nukeop <12746779+nukeop@users.noreply.github.com> Date: Fri, 14 Oct 2022 20:55:13 +0200 Subject: [PATCH] Revert "Merge pull request #1336 from harrytjbreen/feature/m1-mac-support" This reverts commit 564b8ed0660ffcee47e2d2c0fd71138b950c557b, reversing changes made to 1eea1b4b736940865372dc1a5893d3e9040da154. --- package.json | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 62073aa2a5..fd3c3c4483 100644 --- a/package.json +++ b/package.json @@ -173,17 +173,11 @@ }, "mac": { "category": "public.app-category.music", - "target": { - "target": [ - "zip", - "pkg", - "dmg" - ], - "arch": [ - "x64", - "arm64" - ] - }, + "target": [ + "zip", + "pkg", + "dmg" + ], "extraFiles": [ { "from": "packages/main/bin/mac",