Update electron app source directory

This commit is contained in:
Joel Collins 2019-06-02 21:15:41 +01:00
parent 396adca35f
commit 814df5f27a

View file

@ -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