diff --git a/main.js b/main.js index 97f82e7..4c75f7a 100755 --- a/main.js +++ b/main.js @@ -202,7 +202,7 @@ function createMenu () { if (process.platform === 'darwin') { template.unshift({ - label: app.getName(), + label: electron.app.getName(), submenu: [ {role: 'about'}, {type: 'separator'},