fix app verion in tray

This commit is contained in:
xTunio 2022-02-18 21:20:48 +01:00 committed by GitHub
parent f7711034c5
commit ead7e62d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,6 @@ app.whenReady().then(() => {
},
]);
tray.setToolTip('ArmCord ' + process.env.npm_package_version)
tray.setToolTip('ArmCord ' + app.getVersion())
tray.setContextMenu(contextMenu)
})
})