diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 6ca763215..c42a15b8c 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -23,6 +23,7 @@ module.exports = (grunt) -> installRoot = process.env.ProgramFiles buildDir = grunt.option('build-dir') ? path.join(tmpDir, 'atom-build') shellAppDir = path.join(buildDir, appName) + contentsDir = shellAppDir appDir = path.join(shellAppDir, 'resources', 'app') atomShellDownloadDir = path.join(os.tmpdir(), 'atom-cached-atom-shells') else