diff --git a/modules/bootstrap.ts b/modules/bootstrap.ts index 700ce1c..7f81cc0 100644 --- a/modules/bootstrap.ts +++ b/modules/bootstrap.ts @@ -24,7 +24,7 @@ app.on('ready', () => { imagine.start('http://localhost:9999/') }) } else { - imagine.start(`file://${path.resolve(app.getAppPath(), 'index.html')}`) + imagine.start(`file://${path.resolve(app.getAppPath(), 'dist/web/index.html')}`) updater.checkForUpdates() } })