mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
copyright year
This commit is contained in:
parent
264e87d49a
commit
6e01ccf6dd
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ function menuInit () {
|
|||
css_path: path.join(__dirname, '/electron/about.css'),
|
||||
product_name: 'Anytype',
|
||||
description: 'Anytype is a next generation software that breaks down barriers between applications, gives back privacy and data ownership to users.',
|
||||
copyright: 'Copyright (c) 2020 Anytype',
|
||||
copyright: `Copyright (c) ${new Date().getFullYear()} Anytype Inc.`,
|
||||
homepage: 'https://anytype.io',
|
||||
package_json_dir: __dirname,
|
||||
use_version_info: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue