Merge pull request #2880 from h3poteto/update/copyright

Update copyright in about-window
This commit is contained in:
AkiraFukushima 2021-10-24 23:54:19 +09:00 committed by GitHub
commit ba3b515f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'
})