aboutsummaryrefslogtreecommitdiff
path: root/main.js
diff options
context:
space:
mode:
authorAndrei Gavrilescu <gavrilescu.andrei90@gmail.com>2020-04-07 14:50:37 +0300
committerSaúl Ibarra Corretgé <s@saghul.net>2020-04-07 14:30:36 +0200
commit0a18da2a9aedd9493bd3753e70fbf97dc7e53fc5 (patch)
tree36170ec0d5f63df46e0d1cb2646106fa815d8290 /main.js
parentc40ab63f188ae9c04ff014864c7b3dc9f0ea68ba (diff)
Update CI Tools
Co-authored-by: Annika Wickert <awlx@users.noreply.github.com>
Diffstat (limited to 'main.js')
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.js b/main.js
index 2cc4eeb..edff987 100644
--- a/main.js
+++ b/main.js
@@ -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',