File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const path = require("path");
55const isDev = require ( "electron-is-dev" ) ;
66let mainWindow ;
77
8- function createWindow ( ) {
8+ const createWindow = ( ) => {
99 mainWindow = new BrowserWindow ( {
1010 webPreferences : {
1111 nodeIntegration : true
@@ -34,7 +34,7 @@ function createWindow() {
3434 event . preventDefault ( ) ;
3535 electron . shell . openExternal ( arg ) ;
3636 } ) ;
37- }
37+ } ;
3838
3939app . on ( "ready" , createWindow ) ;
4040
Original file line number Diff line number Diff line change 77 < meta name ="theme-color " content ="#000000 " />
88 < meta
99 name ="description "
10- content ="Web site created using create-react-app "
10+ content ="File and text hash calculator "
1111 />
1212 < link rel ="apple-touch-icon " href ="logo192.png " />
1313 <!--
You can’t perform that action at this time.
0 commit comments