summaryrefslogtreecommitdiff
path: root/app-editors/atom/files/0002-skip-atom-shell-copy.patch
blob: 6c1aceec8336196a72dc884b6ee10d05642bcd21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/build/tasks/build-task.coffee b/build/tasks/build-task.coffee
index c9964b4..74d8881 100644
--- a/build/tasks/build-task.coffee
+++ b/build/tasks/build-task.coffee
@@ -15,8 +15,6 @@ module.exports = (grunt) ->
 
     if process.platform is 'darwin'
       cp 'atom-shell/Atom.app', shellAppDir, filter: /default_app/
-    else
-      cp 'atom-shell', shellAppDir, filter: /default_app/
 
     mkdir appDir