Merge branch 'master' into dev
This commit is contained in:
@@ -202,7 +202,7 @@ function makePackage(platform, arch, callback) {
|
||||
icon: 'resources/icon',
|
||||
"version-string": {
|
||||
CompanyName: distPackageAuthor,
|
||||
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