Skip to content

Commit

Permalink
fix: use correct HTML entry
Browse files Browse the repository at this point in the history
  • Loading branch information
meowtec committed Aug 21, 2022
1 parent f594600 commit d46c556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
})
Expand Down

0 comments on commit d46c556

Please sign in to comment.