更新
This commit is contained in:
+2
-1
@@ -27,7 +27,8 @@
|
|||||||
},
|
},
|
||||||
"extraFiles": [
|
"extraFiles": [
|
||||||
"lib",
|
"lib",
|
||||||
"ProductionServer"
|
"ProductionServer",
|
||||||
|
"help"
|
||||||
],
|
],
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
|
|||||||
+1
-1
@@ -175,7 +175,7 @@ app.on("open-file", (e, filePath) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
ipcMain.on('open-help-file', async event => {
|
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 {
|
try {
|
||||||
await shell.openPath(helpFilePath);
|
await shell.openPath(helpFilePath);
|
||||||
|
|||||||
Reference in New Issue
Block a user