Delete installer dir during build

This commit is contained in:
Kevin Sawicki 2014-11-13 13:08:18 -08:00
parent 1a047a8e14
commit 06c04779bf

View File

@ -11,6 +11,7 @@ module.exports = (grunt) ->
appDir = grunt.config.get('atom.appDir')
rm shellAppDir
rm path.join(buildDir, 'installer')
mkdir path.dirname(buildDir)
if process.platform is 'darwin'