Merge branch 'master' into dev

This commit is contained in:
Yuya Ochiai
2016-06-17 23:39:45 +09:00
13 changed files with 172 additions and 50 deletions

View File

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