From ecb9eb09bb739b7d94e66e76c58728b034303b79 Mon Sep 17 00:00:00 2001 From: troyeguo <13820674+troyeguo@users.noreply.github.com> Date: Mon, 22 Mar 2021 17:50:42 +0800 Subject: [PATCH] fix bug Former-commit-id: 0f781f23db190c3dd5d8a40cf20cb2b51cc5ee6b --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 888ebf34..28c190e0 100644 --- a/package.json +++ b/package.json @@ -134,10 +134,7 @@ "win": { "target": [ { - "target": "nsis", - "arch": [ - "universal" - ] + "target": "nsis" }, { "target": "zip" @@ -163,6 +160,7 @@ "x64", "ia32", "arm64", + "universal", "armv7l" ] }