mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove duplicate shell app dir cp
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user