mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
[client-app] change file description on Windows
This commit is contained in:
parent
254b8dfb90
commit
da74dc2c18
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ module.exports = (grunt) => {
|
||||||
'osx-sign': !!process.env.SIGN_BUILD,
|
'osx-sign': !!process.env.SIGN_BUILD,
|
||||||
'win32metadata': {
|
'win32metadata': {
|
||||||
CompanyName: 'Nylas, Inc.',
|
CompanyName: 'Nylas, Inc.',
|
||||||
FileDescription: 'The best email app for people and teams at work',
|
FileDescription: 'Nylas Mail',
|
||||||
LegalCopyright: `Copyright (C) 2014-${new Date().getFullYear()} Nylas, Inc. All rights reserved.`,
|
LegalCopyright: `Copyright (C) 2014-${new Date().getFullYear()} Nylas, Inc. All rights reserved.`,
|
||||||
ProductName: 'Nylas Mail',
|
ProductName: 'Nylas Mail',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue