Skip to content

Commit

Permalink
Resolves davidferguson#183 Fix app is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
raiman264 committed Oct 26, 2020
1 parent db16e37 commit ed5d876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function createMenu () {

if (process.platform === 'darwin') {
template.unshift({
label: app.getName(),
label: electron.app.getName(),
submenu: [
{role: 'about'},
{type: 'separator'},
Expand Down

0 comments on commit ed5d876

Please sign in to comment.