From 815e8b3351ffb5c32d2c9a20b0b47cfe72834708 Mon Sep 17 00:00:00 2001 From: "allen.zhou" Date: Thu, 21 Dec 2023 17:00:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=8D=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=89=93=E5=8C=85=E7=8B=AC=E7=AB=8B=E6=89=93=E6=88=90=E4=B8=80?= =?UTF-8?q?=E4=B8=AAexe=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 81a37c0..e907db3 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "build-w-32": "electron-builder --config=./electron/config/builder.json -w=nsis --ia32", "build-w-64": "electron-builder --config=./electron/config/builder.json -w=nsis --x64", "build-w-arm64": "electron-builder --config=./electron/config/builder.json -w=nsis --arm64", + "build-we": "electron-builder --config=./electron/config/builder.json -w=portable --x64", "build-wz": "electron-builder --config=./electron/config/builder.json -w=7z --x64", "build-wz-32": "electron-builder --config=./electron/config/builder.json -w=7z --ia32", "build-wz-64": "electron-builder --config=./electron/config/builder.json -w=7z --x64", @@ -59,4 +60,4 @@ "electron-updater": "^5.3.0", "lodash": "^4.17.21" } -} +} \ No newline at end of file