atom-shell -> electron

This commit is contained in:
Kevin Sawicki
2015-05-20 14:50:52 -07:00
committed by Thomas Johansen
parent 41c2a61b5a
commit a04515b897
2 changed files with 2 additions and 1 deletions

View File

@@ -225,7 +225,7 @@ module.exports = (grunt) ->
version: packageJson.electronVersion
outputDir: 'electron'
downloadDir: electronDownloadDir
rebuild: true # rebuild native modules after atom-shell is updated
rebuild: true # rebuild native modules after electron is updated
token: process.env.ATOM_ACCESS_TOKEN
'create-windows-installer':

View File

@@ -12,6 +12,7 @@ module.exports = (grunt) ->
rm require('../src/less-compile-cache').cacheDir
rm path.join(tmpdir, 'atom-cached-atom-shells')
rm 'atom-shell'
rm 'electron'
grunt.registerTask 'clean', 'Delete all the build files', ->
homeDir = process.env[if process.platform is 'win32' then 'USERPROFILE' else 'HOME']