diff --git a/build/Gruntfile.coffee b/build/Gruntfile.coffee index 37c1e34e2..087af0e80 100644 --- a/build/Gruntfile.coffee +++ b/build/Gruntfile.coffee @@ -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'