From ff10ea601cb6951e0db044b49408df80953cf203 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 12 Nov 2014 17:57:17 -0800 Subject: [PATCH] Use root app dir --- build/Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'