Merge pull request #2880 from h3poteto/update/copyright
Update copyright in about-window
This commit is contained in:
commit
ba3b515f08
|
@ -1384,7 +1384,7 @@ const ApplicationMenu = (accountsChange: Array<MenuItemConstructorOptions>, menu
|
|||
click: () => {
|
||||
openAboutWindow({
|
||||
icon_path: path.join(iconBasePath, '256x256.png'),
|
||||
copyright: 'Copyright (c) 2020 AkiraFukushima',
|
||||
copyright: 'Copyright (c) 2021 AkiraFukushima',
|
||||
package_json_dir: path.resolve(__dirname, '../../'),
|
||||
open_devtools: process.env.NODE_ENV !== 'production'
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue