diff options
author | Andrei Gavrilescu <gavrilescu.andrei90@gmail.com> | 2020-04-07 14:50:37 +0300 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2020-04-07 14:30:36 +0200 |
commit | 0a18da2a9aedd9493bd3753e70fbf97dc7e53fc5 (patch) | |
tree | 36170ec0d5f63df46e0d1cb2646106fa815d8290 /main.js | |
parent | c40ab63f188ae9c04ff014864c7b3dc9f0ea68ba (diff) |
Update CI Tools
Co-authored-by: Annika Wickert <awlx@users.noreply.github.com>
Diffstat (limited to 'main.js')
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ let mainWindow = null; function setApplicationMenu() { if (process.platform === 'darwin') { const template = [ { - label: app.getName(), + label: app.name, submenu: [ { label: 'Quit', accelerator: 'Command+Q', |