Change package entry for electron-builder. See https://github.com/mattermost/desktop/pull/138#discussion_r63242703
This commit is contained in:
@@ -193,7 +193,7 @@ function makePackage(platform, arch, callback) {
|
||||
icon: 'resources/icon',
|
||||
"version-string": {
|
||||
CompanyName: packageJson.author.name,
|
||||
LegalCopyright: 'Copyright (c) 2015 - 2016' + packageJson.author.name,
|
||||
LegalCopyright: 'Copyright (c) 2015 - ' + new Date().getFullYear() + ' ' + packageJson.author.name,
|
||||
FileDescription: packageJson.description,
|
||||
OriginalFilename: packageJson.productName + '.exe',
|
||||
ProductVersion: packageJson.version,
|
||||
|
Reference in New Issue
Block a user