From ed5d876141f237a1b7de1da669809046c185231b Mon Sep 17 00:00:00 2001 From: Braulio Ruiz Date: Mon, 26 Oct 2020 00:10:29 -0600 Subject: [PATCH] Resolves #183 Fix app is not defined --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'},