更新
This commit is contained in:
+2
-1
@@ -27,7 +27,8 @@
|
||||
},
|
||||
"extraFiles": [
|
||||
"lib",
|
||||
"ProductionServer"
|
||||
"ProductionServer",
|
||||
"help"
|
||||
],
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
|
||||
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user