diff --git a/tasks/build-task.coffee b/tasks/build-task.coffee index ed0878ac3..02bf04375 100644 --- a/tasks/build-task.coffee +++ b/tasks/build-task.coffee @@ -13,6 +13,11 @@ module.exports = (grunt) -> mkdir path.dirname(buildDir) cp 'atom-shell/Atom.app', shellAppDir + if process.platform is 'darwin' + cp 'atom-shell/Atom.app', shellAppDir + else if process.platform is 'win32' + cp 'atom-shell/', shellAppDir + mkdir appDir cp 'atom.sh', path.join(appDir, 'atom.sh')