mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
update copyright & contact
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
65a70c21f4
commit
46042f1fdd
@ -19,7 +19,7 @@ function showAbout(_menuitem: MenuItem, browserWindow: BrowserWindow) {
|
|||||||
const appDetails = [
|
const appDetails = [
|
||||||
`Version: ${app.getVersion()}`,
|
`Version: ${app.getVersion()}`,
|
||||||
]
|
]
|
||||||
appDetails.push(`Copyright 2020 Lakend Labs, Inc.`)
|
appDetails.push(`Copyright 2020 Mirantis, Inc.`)
|
||||||
let title = "Lens"
|
let title = "Lens"
|
||||||
if (process.platform === "win32") {
|
if (process.platform === "win32") {
|
||||||
title = ` ${title}`
|
title = ` ${title}`
|
||||||
@ -177,7 +177,7 @@ export default function initMenu(opts: MenuOptions, promiseIpc: any) {
|
|||||||
{
|
{
|
||||||
label: 'License',
|
label: 'License',
|
||||||
click: async () => {
|
click: async () => {
|
||||||
shell.openExternal('https://lakendlabs.com/licenses/lens-eula.md');
|
shell.openExternal('https://k8slens.dev/licenses/eula.md');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user