Fix author entry
This commit is contained in:
@@ -192,8 +192,8 @@ function makePackage(platform, arch, callback) {
|
||||
"app-version": packageJson.version,
|
||||
icon: 'resources/icon',
|
||||
"version-string": {
|
||||
CompanyName: packageJson.author,
|
||||
LegalCopyright: 'Copyright (c) 2015 ' + packageJson.author,
|
||||
CompanyName: packageJson.author.name,
|
||||
LegalCopyright: 'Copyright (c) 2015 ' + packageJson.author.name,
|
||||
FileDescription: packageJson.description,
|
||||
OriginalFilename: packageJson.productName + '.exe',
|
||||
ProductVersion: packageJson.version,
|
||||
|
@@ -4,7 +4,10 @@
|
||||
"version": "1.2.0",
|
||||
"description": "Mattermost Desktop application for Windows, Mac and Linux",
|
||||
"main": "main.js",
|
||||
"author": "Yuya Ochiai <yuya0321@gmail.com>",
|
||||
"author": {
|
||||
"name": "Yuya Ochiai",
|
||||
"email": "yuya0321@gmail.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=4.2.0"
|
||||
|
@@ -4,7 +4,10 @@
|
||||
"version": "1.2.0",
|
||||
"description": "Mattermost Desktop application for Windows, Mac and Linux",
|
||||
"main": "main.js",
|
||||
"author": "Yuya Ochiai <yuya0321@gmail.com>",
|
||||
"author": {
|
||||
"name": "Yuya Ochiai",
|
||||
"email": "yuya0321@gmail.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"electron-connect": "^0.3.3"
|
||||
|
Reference in New Issue
Block a user