Override author of dist/package.json

"Mattermost, Inc." is used:
  - to create the start menu shortcut.
  - as the publisher on "Add/Remove Programs" list.
This commit is contained in:
Yuya Ochiai
2016-06-15 00:19:41 +09:00
parent fdabf56469
commit 9778c4fba2
2 changed files with 12 additions and 4 deletions

View File

@@ -21,6 +21,8 @@ function getInstallerConfig(arch) {
return Promise.resolve({
appDirectory: path.join(outPath, `Mattermost-win32-${arch}`),
authors: 'Mattermost, Inc.',
owners: 'Mattermost, Inc.',
iconUrl: 'https://raw.githubusercontent.com/mattermost/desktop/master/resources/icon.ico',
//loadingGif: path.join(rootPath, 'assets', 'img', 'loading.gif'),
noMsi: true,