Update electron app source directory
This commit is contained in:
parent
396adca35f
commit
814df5f27a
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ const app = electron.app
|
|||
const BrowserWindow = electron.BrowserWindow
|
||||
|
||||
// Set the window content
|
||||
let url = `file://${path.join(__dirname, '../dist/index.html')}`
|
||||
let url = `file://${path.join(__dirname, '/dist/index.html')}`
|
||||
let mainWindow
|
||||
|
||||
// Set the application menu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue