Commit 814df5f2 authored by Joel Collins's avatar Joel Collins
Browse files

Update electron app source directory

parent 396adca3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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