Match author field to company name and cert

This commit is contained in:
Kevin Sawicki 2014-11-18 16:25:30 -08:00
parent d6ba6067b8
commit 90041b7115

View File

@ -202,7 +202,7 @@ module.exports = (grunt) ->
'create-windows-installer':
appDirectory: shellAppDir
outputDirectory: path.join(buildDir, 'installer')
authors: 'The Atom Team & Community'
authors: 'GitHub, Inc.'
loadingGif: path.resolve(__dirname, '..', 'resources', 'win', 'loading.gif')
iconUrl: 'https://raw.githubusercontent.com/atom/atom/master/resources/atom.png'