mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
fix path of module & contactform
This commit is contained in:
@@ -13,7 +13,7 @@ var mainWindow = new BrowserWindow({
|
||||
'standard-window': false
|
||||
})
|
||||
|
||||
const url = path.resolve(__dirname, '../browser/main/index.html')
|
||||
const url = path.resolve(__dirname, './main.html')
|
||||
|
||||
mainWindow.loadURL('file://' + url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user