Commit a430b433 authored by rocosen's avatar rocosen

Update main.ts

parent a4de65ea
...@@ -78,7 +78,7 @@ ipcMain.on('createNewWindow', () => { ...@@ -78,7 +78,7 @@ ipcMain.on('createNewWindow', () => {
// hash: 'site', // hash: 'site',
// }); // });
// win.loadURL(process.resourcesPath) // win.loadURL(process.resourcesPath)
// win.webContents.openDevTools() win.webContents.openDevTools()
// win.loadFile(path.join(__dirname)); // win.loadFile(path.join(__dirname));
// win.loadFile('./index.html', { // win.loadFile('./index.html', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment