1
0
Fork 0
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:
Andrew Simachev 2021-06-10 20:29:26 +03:00
parent 264e87d49a
commit 6e01ccf6dd

View file

@ -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,