From 157df7f6b14cfd5cfb7d3ee5a6daa6f8660fdd80 Mon Sep 17 00:00:00 2001 From: yougotwill Date: Thu, 20 Feb 2025 03:40:49 +1100 Subject: [PATCH] fix: revert from default build target causes issues when building inconsistently --- package.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1446b29a8..2cb833beb 100644 --- a/package.json +++ b/package.json @@ -228,13 +228,25 @@ "icon": "build/icon-mac.icns", "target": [ { - "target": "default", + "target": "dmg", "arch": [ "arm64" ] }, { - "target": "default", + "target": "zip", + "arch": [ + "arm64" + ] + }, + { + "target": "dmg", + "arch": [ + "x64" + ] + }, + { + "target": "zip", "arch": [ "x64" ]