Skip to content
Permalink
Browse files

Rename cachePath to electronDownloadPath

  • Loading branch information...
as-cii committed Aug 11, 2016
1 parent 3b1d98e commit 65b0f7d70ff4f3f798cbcac3340eb7da05428925
Showing with 4 additions and 5 deletions.
  1. +1 −2 .gitignore
  2. +2 −2 script/config.js
  3. +1 −1 script/lib/package-application.js
@@ -11,9 +11,8 @@ debug.log
/tags
/atom-shell/
/out/
/cache/
docs/output
docs/includes
spec/fixtures/evil-files/
out/
electron/
/electron/
@@ -13,7 +13,7 @@ const buildOutputPath = path.join(repositoryRootPath, 'out')
const docsOutputPath = path.join(repositoryRootPath, 'docs', 'output')
const intermediateAppPath = path.join(buildOutputPath, 'app')
const symbolsPath = path.join(buildOutputPath, 'symbols')
const cachePath = path.join(repositoryRootPath, 'cache')
const electronDownloadPath = path.join(repositoryRootPath, 'electron')
const homeDirPath = process.env.HOME || process.env.USERPROFILE

const appMetadata = require(path.join(repositoryRootPath, 'package.json'))
@@ -27,7 +27,7 @@ module.exports = {
appMetadata, apmMetadata, channel,
repositoryRootPath, apmRootPath, scriptRootPath,
buildOutputPath, docsOutputPath, intermediateAppPath, symbolsPath,
cachePath, homeDirPath,
electronDownloadPath, homeDirPath,
apmBinPath, npmBinPath
}

@@ -22,7 +22,7 @@ module.exports = function () {
'arch': arch,
'asar': {unpack: buildAsarUnpackGlobExpression()},
'build-version': CONFIG.appMetadata.version,
'download': {cache: CONFIG.cachePath},
'download': {cache: CONFIG.electronDownloadPath},
'dir': CONFIG.intermediateAppPath,
'extend-info': path.join(CONFIG.repositoryRootPath, 'resources', 'mac', 'atom-Info.plist'),
'helper-bundle-id': 'com.github.atom.helper',

0 comments on commit 65b0f7d

Please sign in to comment.
You can’t perform that action at this time.