Don't include atom-shell's default_app folder

This commit is contained in:
Kevin Sawicki
2014-07-15 10:10:51 -07:00
parent 8da4ed147b
commit 18ea3bcb99

View File

@@ -14,9 +14,9 @@ module.exports = (grunt) ->
mkdir path.dirname(buildDir)
if process.platform is 'darwin'
cp 'atom-shell/Atom.app', shellAppDir
cp 'atom-shell/Atom.app', shellAppDir, filter: -> /default_app/
else
cp 'atom-shell', shellAppDir
cp 'atom-shell', shellAppDir, filter: -> /default_app/
mkdir appDir