diff --git a/build/tasks/build-task.coffee b/build/tasks/build-task.coffee index 2edb578de..6ec8475b1 100644 --- a/build/tasks/build-task.coffee +++ b/build/tasks/build-task.coffee @@ -14,9 +14,9 @@ module.exports = (grunt) -> mkdir path.dirname(buildDir) if process.platform is 'darwin' - cp 'atom-shell/Atom.app', shellAppDir, filter: -> /default_app/ + cp 'atom-shell/Atom.app', shellAppDir, filter: /default_app/ else - cp 'atom-shell', shellAppDir, filter: -> /default_app/ + cp 'atom-shell', shellAppDir, filter: /default_app/ mkdir appDir