From aae4223294783e0bd9edb2f7ede3615bac89c231 Mon Sep 17 00:00:00 2001 From: Priultimus <29077634+Priultimus@users.noreply.github.com> Date: Tue, 23 May 2023 21:02:30 -0400 Subject: [PATCH] Add MacOs arm64 build (#37) --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index e1dbb72..0441e88 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,15 @@ } }, "mac": { + "target": [ + { + "target": "default", + "arch": [ + "x64", + "arm64" + ] + } + ], "category": "Network" }, "nsis": {