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