Add a contentsDir for windows

This commit is contained in:
Matt Colyer 2013-12-17 09:39:49 -08:00
parent 2e2bab7778
commit d8f5ef71cd

View File

@ -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