File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ function createWindow() {
411411 option . width = w . width ;
412412 option . height = w . height ;
413413 } )
414-
414+ /*
415415 mainWindow.on('close', function(e) {
416416 const choice = require('electron').dialog.showMessageBoxSync(this, {
417417 type: 'question',
@@ -424,7 +424,7 @@ function createWindow() {
424424 e.preventDefault();
425425 }
426426 });
427-
427+ */
428428 mainWindow . on ( 'closed' , ( ) => {
429429 mainWindow = null ;
430430 } ) ;
Original file line number Diff line number Diff line change 2626 "url" : " git+https://github.com/dceejay/electron-node-red.git"
2727 },
2828 "dependencies" : {
29- "electron-is-dev" : " ^2.0.0 " ,
30- "electron-store" : " ^8.0.1 " ,
29+ "electron-is-dev" : " ^* " ,
30+ "electron-store" : " ^* " ,
3131 "encoding" : " ^*" ,
32- "express" : " ^4.17.1 " ,
33- "node-red" : " 2.1.4 " ,
32+ "express" : " ^* " ,
33+ "node-red" : " ^* " ,
3434 "node-red-contrib-play-audio" : " ^*" ,
3535 "node-red-contrib-ui-actions" : " ^*" ,
3636 "node-red-contrib-ui-svg" : " ^*" ,
107107 "win" : {
108108 "target" : [
109109 {
110- "target" : " msi " ,
110+ "target" : " zip " ,
111111 "arch" : [
112112 " x64"
113113 ]
You can’t perform that action at this time.
0 commit comments