mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Match author field to company name and cert
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user