diff --git a/electron-main.js b/electron-main.js index 7ff2ff9..0eab40e 100644 --- a/electron-main.js +++ b/electron-main.js @@ -107,7 +107,7 @@ submenu: [ { label: 'Learn More', - click: function() { require('electron').shell.openExternal('https://github.com/glowing-bear/glowing-bear') } + click: function() { require('electron').shell.openExternal('https://github.com/glowing-bear/glowing-bear'); } }, ] },