diff --git a/build/Gruntfile.coffee b/build/Gruntfile.coffee index 2289fc33a..30a8b9cc3 100644 --- a/build/Gruntfile.coffee +++ b/build/Gruntfile.coffee @@ -222,7 +222,7 @@ module.exports = (grunt) -> rebuild: true # rebuild native modules after atom-shell is updated 'create-windows-installer': - appDirectory: appDir + appDirectory: shellAppDir outputDirectory: path.join(buildDir, 'installer') iconUrl: 'https://raw.githubusercontent.com/atom/atom/master/resources/atom.png'