From 9e3d83a2ee3a05cf84040e84ef53252ae7e29a96 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Sat, 29 Jun 2024 12:36:49 +0200 Subject: [PATCH] build: arm64 on windows, universal on mac --- package.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 67571bd..91554bc 100644 --- a/package.json +++ b/package.json @@ -118,8 +118,7 @@ { "target": "default", "arch": [ - "x64", - "arm64" + "universal" ] } ], @@ -158,8 +157,20 @@ }, "win": { "target": [ - "nsis", - "zip" + { + "target": "nsis", + "arch": [ + "x64", + "arm64" + ] + }, + { + "target": "zip", + "arch": [ + "x64", + "arm64" + ] + } ] }, "publish": {