From 814df5f27a2a32595c981091994bc1db53c3a3dd Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Sun, 2 Jun 2019 21:15:41 +0100 Subject: [PATCH] Update electron app source directory --- app/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.js b/app/app.js index d1fe5162..48316176 100644 --- a/app/app.js +++ b/app/app.js @@ -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