Uncoment install task

This commit is contained in:
Kevin Sawicki 2015-05-20 12:36:45 -07:00 committed by Thomas Johansen
parent 3bfef54f44
commit 80837fc837
2 changed files with 1 additions and 3 deletions

View File

@ -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)

View File

@ -20,7 +20,6 @@ module.exports = (grunt) ->
else
cp 'electron', shellAppDir, filter: /default_app/
mkdir appDir
if process.platform isnt 'win32'