Skip to content

Commit

Permalink
Change package entry for electron-builder. See mattermost#138 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Jun 12, 2016
1 parent c6d91e7 commit 3ad2386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"babel-preset-react": "^6.5.0",
"chromedriver": "^2.20.0",
"del": "^2.2.0",
"electron-builder": "3.20.0",
"electron-builder": "4.0.0",
"electron-connect": "^0.3.7",
"electron-packager": "^7.0.1",
"electron-prebuilt": "0.37.8",
Expand Down

0 comments on commit 3ad2386

Please sign in to comment.