We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f1c39 commit dad5a73Copy full SHA for dad5a73
generator/template/src/background.js
@@ -24,7 +24,7 @@ function createWindow () {
24
} else {
25
createProtocol('app')
26
// Load the index.html when not in development
27
- win.loadURL('app://./index.html')
+ win.loadFile('index.html')
28
}
29
30
win.on('closed', () => {
0 commit comments