Skip to content

Commit 413e943

Browse files
committed
fix: correct index.html path
1 parent 48d9ec7 commit 413e943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/window/electron-main/window.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class Window {
6767
if (isDev) {
6868
this.window.loadURL('http://localhost:4000')
6969
} else {
70-
this.window.loadFile('dist/renderer/index.html')
70+
this.window.loadFile('dist/ui/index.html')
7171
}
7272
}
7373

0 commit comments

Comments
 (0)