From 41f6d6b0dd5bbeefa83bd13ca3cdb6ffdc4b04eb Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 28 Oct 2013 13:50:56 -0700 Subject: [PATCH] Remove trailing slash --- tasks/build-task.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/build-task.coffee b/tasks/build-task.coffee index 1bd3d0975..70a90961e 100644 --- a/tasks/build-task.coffee +++ b/tasks/build-task.coffee @@ -15,7 +15,7 @@ module.exports = (grunt) -> if process.platform is 'darwin' cp 'atom-shell/Atom.app', shellAppDir else if process.platform is 'win32' - cp 'atom-shell/', shellAppDir + cp 'atom-shell', shellAppDir mkdir appDir