mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Add a contentsDir for windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user