From 0a9d0dab0acb8f37047d75d47e0252969ff94b24 Mon Sep 17 00:00:00 2001 From: coltoneshaw Date: Thu, 28 Apr 2022 21:36:50 -0400 Subject: [PATCH] Adjusted mac builds --- .gitignore | 2 +- package.json | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4dbeaa05..f44c0a15 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ node/ /node_modules src/main-app.js dist/* -build/* +# build/* /src/main-app.js release/* commit.sh diff --git a/package.json b/package.json index 89bf0390..861852d5 100644 --- a/package.json +++ b/package.json @@ -105,10 +105,13 @@ }, "mac": { "category": "public.app-category.finance", - "target": [ - "dmg", - "zip" - ], + "target": { + "target": "default", + "arch": [ + "x64", + "arm64" + ] + }, "type": "distribution", "darkModeSupport": true, "hardenedRuntime": true,