Try using comma entity

This commit is contained in:
Kevin Sawicki 2014-11-18 16:50:12 -08:00
parent a1634b2f9b
commit 71e3ab9d2b

View File

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