From 741387aff22c62f8791be60d184c75d4ca741180 Mon Sep 17 00:00:00 2001 From: 24kycj <1637269896@qq.com> Date: Sat, 6 Dec 2025 00:27:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- src/main/index.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 330473c..efb7b8b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ }, "extraFiles": [ "lib", - "ProductionServer" + "ProductionServer", + "help" ], "nsis": { "oneClick": false, diff --git a/src/main/index.js b/src/main/index.js index e6fdb48..5bf5640 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -175,7 +175,7 @@ app.on("open-file", (e, filePath) => { }); ipcMain.on('open-help-file', async event => { - const helpFilePath = path.join(root, "ProductionServer", "User Manual.pdf"); + const helpFilePath = path.join(root, "help", "User Manual.pdf"); try { await shell.openPath(helpFilePath);