From 35fa794395e5e997ccbce176c403b37c7af2dea3 Mon Sep 17 00:00:00 2001 From: TC Date: Sat, 9 Apr 2022 23:16:29 +0200 Subject: [PATCH] build win target on ARM --- package.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 84f166e6..b7afae26 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,20 @@ "!plugins/touchbar${/*}" ], "target": [ - "nsis", - "portable" + { + "target": "nsis", + "arch": [ + "x64", + "arm64" + ] + }, + { + "target": "portable", + "arch": [ + "x64", + "arm64" + ] + } ] }, "nsis": {