mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Uncoment install task
This commit is contained in:
committed by
Thomas Johansen
parent
3bfef54f44
commit
80837fc837
@@ -263,6 +263,5 @@ module.exports = (grunt) ->
|
||||
grunt.registerTask('ci', ciTasks)
|
||||
|
||||
defaultTasks = ['download-electron', 'download-electron-chromedriver', 'build', 'set-version', 'generate-asar']
|
||||
# defaultTasks.push 'install' unless process.platform is 'linux'
|
||||
console.log buildDir
|
||||
defaultTasks.push 'install' unless process.platform is 'linux'
|
||||
grunt.registerTask('default', defaultTasks)
|
||||
|
||||
@@ -20,7 +20,6 @@ module.exports = (grunt) ->
|
||||
else
|
||||
cp 'electron', shellAppDir, filter: /default_app/
|
||||
|
||||
|
||||
mkdir appDir
|
||||
|
||||
if process.platform isnt 'win32'
|
||||
|
||||
Reference in New Issue
Block a user