mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-09 00:30:14 +03:00
Use tmpDir variable
This commit is contained in:
parent
36f1ebfb6f
commit
adea792b78
@ -40,7 +40,7 @@ module.exports = (grunt) ->
|
|||||||
appName = if process.platform is 'darwin' then 'Atom.app' else 'Atom'
|
appName = if process.platform is 'darwin' then 'Atom.app' else 'Atom'
|
||||||
buildDir = grunt.option('build-dir') ? path.join(tmpDir, 'atom-build')
|
buildDir = grunt.option('build-dir') ? path.join(tmpDir, 'atom-build')
|
||||||
installDir = grunt.option('install-dir')
|
installDir = grunt.option('install-dir')
|
||||||
atomShellDownloadDir = path.join(os.tmpdir(), 'atom-cached-atom-shells')
|
atomShellDownloadDir = path.join(tmpDir, 'atom-cached-atom-shells')
|
||||||
symbolsDir = path.join(buildDir, 'Atom.breakpad.syms')
|
symbolsDir = path.join(buildDir, 'Atom.breakpad.syms')
|
||||||
shellAppDir = path.join(buildDir, appName)
|
shellAppDir = path.join(buildDir, appName)
|
||||||
if process.platform is 'win32'
|
if process.platform is 'win32'
|
||||||
|
Loading…
Reference in New Issue
Block a user