1
0
mirror of synced 2024-06-10 06:29:57 +02:00
TheChymera-overlay/app-editors/atom/files/0002-skip-atom-shell-copy.patch
2015-02-02 17:43:05 +01:00

14 lines
421 B
Diff

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