mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Delete installer dir during build
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user