diff --git a/package.json b/package.json index 84f166e680..b7afae2699 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": {