From 813a49bf6797b27fbb3cbd0cd370b0975251e5ee Mon Sep 17 00:00:00 2001 From: kuaifan Date: Fri, 1 Apr 2022 16:22:13 +0800 Subject: [PATCH] no message --- electron/package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/electron/package.json b/electron/package.json index bcb368a04..ea4026d3b 100644 --- a/electron/package.json +++ b/electron/package.json @@ -109,15 +109,13 @@ { "target": "nsis", "arch": [ - "x64", - "arm64" + "x64" ] }, { "target": "msi", "arch": [ - "x64", - "arm64" + "x64" ] } ]