parent
							
								
									25e99f79b1
								
							
						
					
					
						commit
						ceec7c3b05
					
				
							
								
								
									
										2
									
								
								main.js
								
								
								
								
							
							
						
						
									
										2
									
								
								main.js
								
								
								
								
							| 
						 | 
					@ -26,7 +26,7 @@ app.on('ready', function() {
 | 
				
			||||||
  mainWindow = new BrowserWindow({width: 800, height: 600});
 | 
					  mainWindow = new BrowserWindow({width: 800, height: 600});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // and load the index.html of the app.
 | 
					  // and load the index.html of the app.
 | 
				
			||||||
  mainWindow.loadUrl(`file://${__dirname}/index.html`);
 | 
					  mainWindow.loadURL(`file://${__dirname}/index.html`);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Open the DevTools.
 | 
					  // Open the DevTools.
 | 
				
			||||||
  mainWindow.webContents.openDevTools();
 | 
					  mainWindow.webContents.openDevTools();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue