From cc3a2ab2d51703de09a249ce9e9a75455e9f5eac Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 28 Oct 2013 13:41:17 -0700 Subject: [PATCH] Remove duplicate shell app dir cp --- tasks/build-task.coffee | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tasks/build-task.coffee b/tasks/build-task.coffee index cf7b346d5..1bd3d0975 100644 --- a/tasks/build-task.coffee +++ b/tasks/build-task.coffee @@ -12,12 +12,6 @@ module.exports = (grunt) -> rm shellAppDir mkdir path.dirname(buildDir) - if process.platform is 'darwin' - cp 'atom-shell/Atom.app', shellAppDir - else if process.platform is 'win32' - console.log shellAppDir - cp 'atom-shell/', shellAppDir - if process.platform is 'darwin' cp 'atom-shell/Atom.app', shellAppDir else if process.platform is 'win32'