From f864189407a20b9a492e82b188a3fcd9f1854a23 Mon Sep 17 00:00:00 2001 From: cc <98377878+hicccc77@users.noreply.github.com> Date: Sat, 10 Jan 2026 14:11:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96action=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=95=88=E6=9E=9C?= 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 7b598cb..f47737c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "weflow", - "version": "1.0.1", + "version": "1.0.2", "description": "WeFlow - 微信聊天记录查看工具", "main": "dist-electron/main.js", "author": "cc", @@ -64,6 +64,7 @@ }, "nsis": { "oneClick": false, + "differentialPackage":false, "allowToChangeInstallationDirectory": true, "createDesktopShortcut": true, "unicode": true,